
	body {
		background-color: #061730;
		background-image: url(/images/bg-gradient.jpg);
		background-repeat: repeat-x;
		margin: 10px 10px 10px 10px;
	}
	body,td,p,li,th,div,input{
		color: #ffeba4;
		font-size: 13px;
		font-family: arial,helvetica,sans-serif;
		font-weight:bold;
		line-height: 18px;
	}
	a{
		color: #ffffff;
	}
	.white{
		color: #FFFFFF;
	}
	h1,h2,h3,h4,h5,h6{
		font-family: arial,helvetica,sans-serif;
		font-weight:bold;
	}
	h1,h2{
		color: #ffffff;
		font-size: 18px;
	}
	h3{
		font-size: 16px;
		color: #ffffff;
	}
	h4{
		font-size: 14px;
		color: #ffffff;
	}
	h5{
		font-size: 12px;
		color: #ffffff;
	}
	h6{
		font-size: 12px;
	}
	img.png {
		behavior: url(/pngbehavior.htc);
	}
	input.blu_txt{
/*		background-color: #1e4e93;
		color: #FFFFFF; */
		background-color: #6e9cde;
		color: #12315f;
		height: 16px;
		width: 130px;
		border: solid 1px #7ff0d2;
		
	}
	input, textarea{
/*		background-color: #1e4e93;
		color: #FFFFFF; */
		background-color: #6e9cde;
		color: #12315f;
/*		border: solid 1px #7ff0d2; */
		
	}
	.notbold {
		font-weight:normal;
	}
	strong,b{
		color:#FFFFFF;
	}
	a{
		color: #ffffff;
	}
	a:link{
		color:#ffffff;
	}
	a:hover{
		color:#fdc300;
		text-decoration: none;
	}
	a:active{
		color:#fdc300;
		text-decoration: none;
	}
	a:visited{
		color:#ffffff;
		text-decoration: underline;
	}
	a:visited:hover{
		color:#fdc300;
		text-decoration: none;
	}