body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/nav_logo.gif);
	background-attachment: fixed;
	background-repeat: no-repeat;
}

.nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #B2C1C2;
	text-transform: uppercase;

}

.nav a, a:visited {
	color: #6C8484;
	text-decoration: underline;
}

.nav a:hover{
	color: #99CC33;
	text-decoration: none;
}

.nav strong {
	color: #99CC33;
	text-decoration: none;
	font-weight: normal;
}
.subnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #B2C1C2;
	line-height: 10px;
	text-transform: none;

}
.subnav a {
	color: #6C8484;
	text-decoration: underline;

}
.subnav a:visited {
	color: #6C8484;
	text-decoration: line-through;
}
.subnav a:hover {
	color: #99CC33;
	text-decoration: none;
}
