/* CSS Document */

.highlight{	

	font-family: "Arial, Helvetica, sans-serif";

	font-size: 12px;

	font-weight: bold;

	color: #74A6E1;

}

.gray{

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #DDDDDD;

}



.gray2{

	font-family: Arial, Helvetica, sans-serif;

	font-size: 10px;

	color: #888888;

}

.head{

	font-family:Arial, Helvetica, sans-serif;

	font-size: 25px;

	font-weight: lighter;

	color: #FFFFFF;

	font-style: italic;

}

.whitehead{	

	font-family: "Arial, Helvetica, sans-serif";

	font-size: 12px;

	font-weight: bold;

	color: #FFFFFF;

}

.white{

	font-family: "Arial, Helvetica, sans-serif";

	font-size: 11px;	

	color: #FFFFFF;

}

a:link {

	color:#B9DEFF;

	text-decoration:none;

	font-weight: bold;	

}

a:visited {

	color:#B9DEFF;

	text-decoration:none;

	font-weight: bold;	

} 

a:hover {

	color:#B9DEFF;

	text-decoration:underline;

	font-weight: bold;	

}

a:active {

	color:#B9DEFF;

	text-decoration:none;

	font-weight: bold;	

} 



.formfields {

	font-family:Arial, Helvetica, sans-serif;

	font-size: 14px;

	font-weight: normal;

	color: #000000; /*ffffff*/

/*	border-top-style: none;

	border-right-style: none;

	border-left-style: none;

	border-bottom-style:thin;

	border-bottom-color: #ffffff;
*/
	cursor: text;

	text-align: left;

/*	background-color: #222244;
*/
}



.fields {

	font-family: "Trebuchet MS";

	font-size: 11px;

	color: black;

	background-color: #f3f1e3;

	border-top-color: #305b8d;

	border-right-color: #305b8d;

	border-bottom-color: #91a6b8;

	border-left-color: #91a6b8;

	border-width: 1px;

}



.fineprint {

	font-size: 10px;

	}
	
.button{
	background:url(../img/button.jpg) left top no-repeat;
	text-align:center;
	border:0px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	width:66px;
	height:18px;
	line-height:15px;
	text-transform:uppercase;
}

.button2{
	background:url(../img/button2.jpg) left top no-repeat;
	text-align:center;
	border:0px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	width:114px;
	height:18px;
	line-height:15px;
	text-transform:uppercase;
}

.button2:hover, .button:hover{
	cursor:pointer;
}

#forgot_text{
	position: relative;
	top: 20px;
	width: 100%;
	display:block;
	text-align: center;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-color: none;
	margin-left:auto;
	margin-right:auto;
}

#button_holder{
	position: relative;
	width:100%;
	top: 80px !important;
	top: 70px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align:center;
}

a.blue_link{
	color: #7aace6;
}