@charset "utf-8";
/* CSS Document */
#RowDarkMaroonSmallText {
	background-color: #660000;
	color: #FFFFFF;
	font-size:12px;
	font-weight:bold;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	line-height: 18px;
	}

#RowDarkMaroonSmallText a {
	color:#FFFFCC;
	font-weight: normal;
	}
#RowDarkMaroonSmallText a:hover {
	color:#CCCCCC;
	padding-bottom:0px;
	border-bottom-style: dotted;
	border-bottom-color: #FF6600;
	}	
	
#footer {
	color: #663300;
	text-align: center;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFCC;
	font-size: 12px;
	line-height: 16px;
}
#footer a, #footer a:hover, #footer a:visited, #footer a:active {
	color: #663300;
	width: 100%;
}
	

