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

<style type="text/css">


body {
	background-color: #CCCCCC;}
.bodytext {
	font-family: Verdanna, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-style: normal;
	font-weight: normal;
	color: #000;
	text-align: left;
}
.style3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.style4 {color: #981A1D}
.style5 {color: #C41F26}

.style6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	font-weight: bold;
}
#navbar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	height: 133px;
	width: 100px;
	line-height: 120%;
	text-align: left;
	margin-top: 10px;
	margin-left: 10px;
}
#navbar ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#navbar ul li a {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
	float: none;
	display: block;
}
#navbar ul li a:hover {
	color: #C00;
}
#navbar ul li a:active {
}
#footer p
{
				font-family: Arial, Helvetica, sans-serif;
		font-size: 0.7em;
		text-align: center;
		margin: 0px;
		color: #FFF;
		font-weight: bold;
		padding-top: 1px;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
}
</style>

