/* CSS Document */
body,td,th {
	font-family: Times New Roman, Times, serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.imgbrds {
border-style:ridge;
border-width: 2px;
border-color: #014A8E;
/*position: relative;
top: -5px;
left: -5px;
filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=5, OffY=5, Color='#A6A6A6', Positive='true');	*/
}
.formstyle {
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
}
h1 {
	font-family:"Monotype Corsiva";
	font-size: 30px;
	color: 000066;
}
.details {
	font-family:"Monotype Corsiva";
	font-size: 20px;
	color: 000066;
	}
h2 { /*-----Call of Action-----*/
	font-family:"Monotype Corsiva";
	font-size: 20px;
	color: 000066;
}
.foot, .foot, .foot a:link, .foot a:active, .foot a:visited, .foot a:hover { /*-----Change Style of Copyright Footer-----*/
font-size:10px;
text-decoration:none;
color:#000066;
margin-left: 5px;
margin-right: 5px;
}
/*-----Enable Colored Links-----*/
/*a:link, a:visited, a:active {
	color: #c8c8c8;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #c8c8c8;
}*/