BODY {
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	background-color: #E4E4E4;
	font-family: Arial,Helvetica,sans-serif;
	color: #7F7F7F;
	font-weight: normal;
	font-size: 9pt;
	line-height: 18pt;
	background-image: url(/Assets/Images/Background.gif);
	background-position: top;
	background-repeat: no-repeat;
}

A.menuNav {
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size : 8pt;
	line-height : 10pt;
	color : #7F7F7F;
	text-decoration : none;
}

A.menuNav:link {
	color : #7F7F7F;
	text-decoration : none;
}

A.menuNav:visited {
	text-decoration : none;
	color : #7F7F7F;
}

A.menuNav:hover {
	text-decoration : none;
	color : #B4491E;
}

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 : #FF8400;
}

.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 : #B4491F;
	font-weight : normal;
	font-size : 14pt;
	text-align : left;
}

