body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #374D79;
	line-height: 18px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-decoration: none;
	background-image: url(/images/mainbg.jpg);
}
a.link:link {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #1C3D6F;
	text-decoration: none;
}
a.link:visited {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #1C3D6F;
	text-decoration: none;
}
a.link:hover {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #1C3D6F;
	text-decoration:underline;
}
.fronttext {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	line-height: 18px;
}
.bodybold {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #374D79;
	text-decoration: none;
	line-height: 18px;
}
.maintitles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	color: #254693;
	text-decoration: none;
	line-height: 18px;
	text-transform: uppercase;
}
.pic {
	border: 1px solid #000066;
}

a.bodylink:link {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #374D79;
	text-decoration: none;
	line-height: 18px;
}
a.bodylink:hover {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #374D79;
	text-decoration: underline;
	line-height: 18px;
}
a.bodylink:visited {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #374D79;
	text-decoration: none;
	line-height: 18px;
}
a.bodylink:visited:hover {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #374D79;
	text-decoration: underline;
	line-height: 18px;
}
.footer {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #EEF4FB;
	text-decoration: none;
	line-height: 18px;
}
a.footer:link {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #EEF4FB;
	text-decoration: underline;
	line-height: 18px;
}
a.footer:visited {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #EEF4FB;
	text-decoration: underline;
	line-height: 18px;
}
a.footer:hover {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #EEF4FB;
	text-decoration: none;
	line-height: 18px;
}
h1{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #374D79;
	text-decoration: none;
	line-height: 18px;
}
.error_box{
 background-color:#FFFFFF;
 border: #FF0000 solid 1px;
 width:540px;
}
/* Form Validation JS script */
	
	/* General styling for both valid and invalid input */
	
	/* Style for invalid input */
	.invalidInput{
		border:1px solid #F00;
		
	}
	
	/* Style for valid input */
	.validInput{
		border:1px solid #FFF;
	}