h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #003366;
	margin-bottom: -15px;
	font-weight: lighter;
	margin-top: 15px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #666666;
	margin-bottom: 20px;
}
h2 {
	font-size: 140%;
	color: #003366;
	margin-bottom: -10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	font-family: Georgia, "Times New Roman", Times, serif;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
body a:link, a:visited {
	color: #003366;
	text-decoration: none;
	font-weight: bold;
}
body a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	background-color: #006699;
}

