@charset "UTF-8";
/* CSS Document */

body{
	background-color:#106fa5;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	 background-image: url(../images/bg.jpg);
	 background-position: top center;
	 background-repeat: repeat-y;
}


.style1 {	font-size: 24px;
	font-weight: bold;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	text-indent: 35px;
}

.style2 {	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding-left: 20px;
}

.error {	color: #ff0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-left: 5px;
	visibility:hidden;
}

.tableStyle{
	border-top-color:#999;
	border-top-style:solid;
	border-top-width:1px;
}


A:link {text-decoration: none; color: #00366c; font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold;}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {text-decoration: underline; color: red;}


/*-------------------------------------------LANDING FORM STYLES--------------------------------------*/

.inputTitle{
	color:#333;
	font-size:11px;	
}


#formbox {
	width: 185px ;
	background-color:#f7f6da ;
	font-size: 11px ;
	color:#330000 ;
	font-weight:lighter ;
	margin-left: 5px ;
	border-style:solid ;
	border-width:1px ;
	border-color:#999 ;
	padding: 0px;
}


