BODY {
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0; 
	background-color: #E4E4E4;
	font-family: Arial,Helvetica,sans-serif;
	color: #000066;
	font-weight: normal;
	font-size: 12px;
	line-height: 20px;
	background-image: url(/Assets/Images/BlueBG.jpg);
}

.bodyContent {
	background-color: #FFFFFF;
	background-image: url(/Assets/Images/R_background.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

A {
	color: #6A7275;
	text-decoration: underline;
}

A:link {
	color: #000066;
	text-decoration: underline;
}

A:visited {
	text-decoration: underline;
	color: #000066;
}

A:hover {
	text-decoration: none;
	color: #FF75FF;
}

A.footerNav {
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #6A7275;
	text-decoration: none;
}

A.footerNav:link {
	color: #6A7275;
	text-decoration: none;
}

A.footerNav:visited {
	text-decoration: none;
	color: #6A7275;
}

A.footerNav:hover {
	text-decoration: underline;
	color: #FF75FF;
}
