@charset "utf-8";
.topnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.topnav a {
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
}
.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}
.content li {
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 3px;
}

.content h1 {
	font-family: "Trebuchet MS";
	font-size: 22px;
	font-weight: bold;
	color: #333333;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	padding-bottom: 3px;
	margin-bottom: 5px;
	line-height: 26px;
	padding-top: 0px;
	margin-top: 0px;
}
.content h2 {
	font-size: 16px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 0px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #666666;
	line-height: 18px;
}
.menu a {
	color: #003366;
	font-weight: bold;
	text-decoration: none;
}
.menu a:hover {
	text-decoration: underline;
}
.content a {
	color: #003399;
	font-weight: bold;
}
.content h3 {
	font-size: 14px;
	background-color: #CCCCFF;
	padding: 5px;
}

