/* Basic Page Elements */
body {
	background-color:#fff;
	color:#000;
	font-family:verdana,arial,helvetica,sans-serif;	
	margin-left: 10px; margin-right: 30px;
	padding:0px;
	font-size:12px;
	}
a, a:link, a:visited  {
	color:#b00;
	text-decoration:none;
	font-weight: bold;
	}
a:hover  {
	color:#c00;
	text-decoration:none;
	font-weight: bold;
	text-decoration:underline;
	}
img {
	border-width:0px;
	}
.floatLeft {
	float:left;
	}
.floatRight {
	float:right;
	}
p {
	margin:0px 0px 10px 0px;
	}
.accessibleText {
	display:none;
	visibility:hidden;
	}
	
table, tr, td, li, ul	{
    font-size: 12px;
	
	}


/* End Basic Page Elements */



.banner-header-text-lg {
	color:#FFFFFF;
	font-size:40px;
	font-weight: bold;
	margin-left:70px;
	font-family: Arial, Helvetica, sans-serif;
}

.banner-header-text-med {
	color:#FFFFFF;
	font-weight: bold;
	font-size:18px;
	margin-left:70px;
	font-family: Arial, Helvetica, sans-serif;
}

.nav-link a, .nav-link a:link, .nav-link a:hover, .nav-link a:visited  {
	color:#ddd;
	margin: 30px;
	font-size:12px;
	font-stretch:expanded;
	}
	
.nav-link a:hover {
	text-decoration:none;
	color:#fff;
}


/* Footer */

.footer  {
	background-color:#fff;
	color: #666;
	font-size: 9px;
	height: 53px;
	width: 780px;
	margin: 0px auto;
	padding: 0px 15px 0px 0px;
	text-align: right;
	border-width: 0px 0px;
	border-style: solid;
	border-color: #CC6;
	}
.footer a, .footer a:link, .footer a:hover, .footer a:visited  {
	color: #666; 
	font-size: 9px;
	}
.footer a:hover {
	text-decoration: underline;
	}	
	
.footer-white  {
	color: #ddd;
	font-size: 9px;
	padding: 0px 15px 0px 0px;
	float: left;
	margin-left: 30px;	
	}
	
.footer-white a, .footer-white a:link, .footer-white a:hover, .footer-white a:visited  {
	color: #ddd; 
	font-size: 9px;
	}
.footer-white a:hover {
	text-decoration: underline;
	}	
	
.footer-black  {
	color: #000;
	font-size: 9px;
	padding: 0px 15px 0px 0px;
	float: left;
	margin-left: 30px;	
	}
	
.footer-black a, .footer-black a:link, .footer-black a:hover, .footer-black a:visited  {
	color: #000; 
	font-size: 9px;
	}
.footer-black a:hover {
	text-decoration: underline;
	}	
	
/* End Footer */
.Red-letters {
	color: #900;
}
.bold_red {
	color: #600;
}
