@charset "UTF-8";
/* CSS Document */


<!--
.bottom {
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 10px;
	color: #CCC;
}
.navsubs {
	text-align: right;
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #666;
}
.text {
	font-family: Arial, sans-serif;
	font-size: 14px;
	text-align: right;
	color: #333;
}

a.footer:link {
	color: #666;
	text-decoration: none	
}
a.footer:visited {
	text-decoration: none;
	color: #666;
}
a.footer:hover {
	text-decoration: underline;
	color: #999;
}
a.footer:active {
	text-decoration: none;
	color: #666;
}


a.footerheader:link {
	color: #333;
	text-decoration: none	
}
a.footerheader:visited {
	text-decoration: none;
	color: #666;
}
a.footerheader:hover {
	text-decoration: underline;
	color: #999;
}
a.footerheader:active {
	text-decoration: none;
	color: #666;
}
-->

