.head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #003399;
}
.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
.sub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #006633;
}
.bullets {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #003399;
	padding-left: 20px;
}

.navMenu
{
	height: 25px;
	background-color: #007355;
}

.navMenu a
{
	font-family: Verdana;
	font-size: 12px;
	color: white;
	background-color: #007355;
	text-decoration: none;
}

.navMenu
{
	cursor: hand;
}

.navMenu .item:hover
{
	color: silver;
}