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

.navlink {
	font-family: "Trebuchet MS", "Century Gothic", "Microsoft Sans Serif";
	font-size: 12px;
	color: #0C3F0C;
	text-decoration: none;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	font-style: normal;
	vertical-align: middle;
	margin: 0px;
	padding: 2px;
	height: 16px;
	line-height: 16px;
}
.navlink:hover {
	color: #FFFFFF;
	display: block;
	height: 16px;
	background-color: #0C3F0C;
}
.header {
	font-family: "Trebuchet MS", "Century Gothic", "Microsoft Sans Serif";
	font-size: 14px;
	font-weight: bold;
	color: #0C3F0C;
}
