.nav {
	height: 20px;
	width: 100%;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 7px;
	font-size: 13px;
	padding-bottom: 5px;
	font-style: normal;
}

.nav:hover
{
	background-color: #CCCC99;
	color: #333333;
}

.navHome {
	height: 15px;
	width: 100%;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 13px;
	padding-bottom: 5px;
	font-style: normal;
}

.navHome:hover
{
	background-color: #CCCC99;
	color: #333333;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
a {
	font-style: italic;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover{
	font-style: normal;
}
.pageTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.subNav {
	color: #FFFFFF;
	font-style: normal;
	text-decoration: none;
}
