.nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;






}
.nav a:link {
	text-decoration: none;
	color: #FFFFFF;


}
.nav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.nav a:hover {
	color: #FFCC00;
	text-decoration: underline;
}
.nav a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003300;
}
.footer a:link {
	color: #003300;
	text-decoration: none;
}
.footer a:visited {
	color: #003300;
	text-decoration: none;
}
.footer a:hover {
	color: #333333;
	text-decoration: underline;
}
.footer a:active {
	color: #003300;
	text-decoration: none;
}
.borders {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000066;
	border-bottom-color: #000066;
}
.forms {
	border: 1px solid #FFCC00;
}
.buttons {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #003300;
	border: thin outset #FFCC00;
	cursor: hand;


}
a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	color: #0000FF;
	text-decoration: underline;
}
a:active {
	color: #0000FF;
	text-decoration: none;
}
