.nav1 {
	font-family: impact, sans;
	font-size: 14px;
}
.dropdown {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-top: 6px;
	padding-bottom: 4px;
	width: 127px;
}
.dropdown2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-top: 6px;
	padding-bottom: 4px;
	font-weight: bold;
	width: 127px;
}
.dropdown3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	background-color: #990033;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-top: 6px;
	padding-bottom: 4px;
	font-weight: bold;
	width: 127px;
	color: #FFFFFF;
}
.nav2_td {
	text-align: center;
	padding: 4px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
a.nav2:link {
	color: #003300;
/*	text-decoration: none; */
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}
a.nav2:visited {
	color: #003300;
/*	text-decoration: none; */
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}
a.nav2:hover {
	color: #009933;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}

