BODY {
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0; 
	background-color: #FFFFFF;
	font-family : Arial,Helvetica,sans-serif;
	color : #525252;
	font-weight : normal;
	font-size : 9pt;
	line-height : 18pt;
	background-image: url(/Assets/Images/Background.gif);
	background-position: center;
	background-repeat: repeat;
}

A.footerNav {
	font-family : Arial,Helvetica,sans-serif;
	color : #555554;
	font-weight : normal;
	font-size : 7pt;
	text-decoration : none;
}

A.footerNav:link {
	color : #555554;
	text-decoration : none;
}

A.footerNav:visited {
	text-decoration : none;
	color : #555554;
}

A.footerNav:hover {
	text-decoration : none;
	color : #2460AD;
}

.formInput {
	border : 1px solid #330000;
	font-family : Arial,Helvetica,sans-serif;
	font-size : 9pt;
	text-align : left;
	vertical-align : top;
}

.formSubmit {
	background-color : #FFFFFF;
	border : 0px solid #FFFFFF;
	cursor : pointer;
	color : #FF8400;
	font-weight : normal;
	font-size : 14pt;
	text-align : left;
}

