/* CSS Document */

.navigation
{
	padding-right: 2px;
	padding-left: 8px;
	padding-bottom: 2px;
	padding-top: 4px;
	border-bottom: #333333 1px solid;
	background-color: #cccccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-transform: uppercase;
	color: #000000;
}

.navigation a
{
	color: #333333;
	text-decoration: underline;
}

.navigation a:hover
{
	color:#CC0000;
	text-decoration: underline;
}
.footer
{
font-size: 9px;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
.footer a
{
	color:#000000;
	text-decoration: underline;
}
.footer a:hover
{
	color:#FF6600;
	text-decoration: none;
}
