h1 {
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	margin: 0px 0px 4px;
	padding: 0px;
	line-height: 24px;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	color: #555555;
	margin: 0px;
	padding: 0px;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: bold;
	color: #003300;
	display: inline;
}
h5 {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}
h6 {
	font-size: 10px;
}
a:link {
	color: #0000FF;
}
a:visited {
	color: #0000FF;
}
a:hover {
	color: #000066;
}
a:active {
	color: #0099CC;
}
a.nav:link {
	color: #FFFFCC;
	font-weight: normal;
	font-style: normal;
}
a.nav:visited {
	color: #FFFFCC;
	font-style: normal;
	font-weight: bold;
}
a.nav:hover {
	color: #FFFF99;
	font-weight: bold;
	font-style: italic;
}
a.nav:active {
	color: #FF9900;
}
p {
	padding: 0px;
	margin-top: 6px;
	margin-bottom: 6px;
}
