.nav {
	letter-spacing: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.nav a {
	padding: 7px;
	text-decoration: none;
	width: 170px;
}

.nav a:link, .nav a:visited {
	background: #006600;
	color: #fff;
}

.nav a:hover {
	background: #003300;
	color: #fff;
	text-decoration: none;
}

.outline {
	border: 1px solid #006600;
}
.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #333333;
}
.header {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #003300;
	line-height: 24px;
}
.divider {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #fff;
}.tag {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	line-height: 16px;
	font-weight: bold;
	color: #006600;
}
.line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.subHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #333333;
}
