.body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #333333;
	text-decoration: none;
	font-weight: normal;
}
A.body { text-decoration: underline}
A.body:hover { color: #8B0204; text-decoration: underline}

ul {
	list-style-type: square;
	margin-top: 4px; margin-bottom: 4px;
}

.nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	padding: 6px;
}
A.nav { text-decoration: underline}
A.nav:hover {
	color: #8B0204;
	text-decoration: underline;
	background-color: CCCCCC;
	padding: 6px;
}

.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #8B0204;
	text-decoration: none;
	font-weight: normal;
	padding: 6px;
}
