@charset "utf-8";
/* help footer style */
#help {
	padding: 10px 0px;
	color:#000000;
	text-align: center;
	font-size:medium;
	background-color:#dddddd;
}
#help h3 {
	margin:0 auto;
	padding:0;
	text-transform: uppercase;
	font-size: 1.30em;
}
#help a {
	color: #202f73;
	text-decoration:underline;
}
#help a:hover, #help a:focus {
 	text-decoration:underline;	
}
#help a.visited {
	color: #999999;
}


/* dispclaimer footer style */
#footer {
	padding: 25px 10px;
	color:#ffffff;
	text-align: center;
	font-size:small;
	background-color:#000000;
}
#footer a  {
	color: #cccccc;
}
#footer a:hover, #footer a:focus {
 	text-decoration:underline;	
}
#footer a.visited {
	color: #eeeeee;
}