@charset "utf-8";


/* Eliminate Mozilla/Firefox Outlines on LINKS */ 
:-moz-any-link:focus {
   outline-style: none !important;
   outline-width: 0px !important;
}

a:focus {
	-moz-outline-style: none;
}



/* ALL BODY COPY TEXT STYLE */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-style: normal;
	line-height: 11pt;
	font-weight: normal;
}


a:link {
	text-decoration: underline;
	color: #AE2332;
}


a:visited {
	text-decoration: underline;
	color: #AE2332;
}


a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}


a:active {
	text-decoration: underline;
	color: #AE2332;
}

a:focus {
	-moz-outline-style: none;
	visibility: visible;
}





.footer, .footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #786A69;
	margin: 0px;
	padding: 0px;
	font-style: normal;
	line-height: 11pt;
}

.footer a:hover {
	text-decoration: underline;
	color: #CCCCCC;
}


.footernew, .footernew a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #AE2332;
	margin: 0px;
	padding: 0px;
	font-style: normal;
	line-height: 11pt;
}

.footernew a:hover {
	text-decoration: underline;
	color: #CCCCCC;
}
