.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000066;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
	text-align: justify;
}
.whitebold {
	color: #FFFFFF;
	font-weight: bold;
}
.contactdetails {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
}
.footerdetails {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
}
.inputtext {
	border: solid 1px #BBBBBB;
	color: #666666; 
	background-color: #FFFFFF; 
	border: solid 1px #BBBBBB;
	font-size: 10px;
	text-transform: capitalize;
}
.submitbutton {
	background-color: #003D6B; 
	border: solid 1px #003D6B; 
	color: #E6F4FF; 
	height: 20px;
	font-size: 12px;
}
body {
	margin-top: 0px;
}
.style1 {
	color: #000066;
	font-weight: bold;
}
a:link {
	color: #000066;
	text-decoration: none;
}
a:visited {
	color: #000066;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.style2 {color: #000066}
.style3 {font-size: 10px}
.style4 {color: #FF0000}
