/* CSS Document */

#footer {
	width: 750px;
	text-align: right;
}

#footnav {
	background-color: #372E6A;
	width: 750px;
	height: 19px;
	color: #FFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-right: 5px;
}

#footnav a:link, #footnav a:visited {
	color: #FFF;
	text-decoration: none;

}

#footnav a:hover, #footnav a:active {
	color: #FFF;
	text-decoration: underline;
}

#extreme {
	width: 750px;
	color: #999966;
	height: 40px;
	vertical-align: top;
	font-size: 12px;
	padding-right: 5px;
	padding-top: 2px;
}

#extreme a:link, #extreme a:visited {
	color: #999966;	
	text-decoration: none;
}

#extreme a:hover, #extreme a:active {
	color: #372E6A;
	text-decoration: none;
}











