h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #9ACC35;
	margin: 0px;
	line-height: 22px;
	}

h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #9ACC35;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9ACC35;
	line-height: 20px;
	padding: 0px 0px 0.3em;
	margin: 0px;
}

h2.main-media {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #9ACC35;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9ACC35;
	line-height: 20px;
	padding: 0px 0px 0.3em;
	margin: 0px 1.5em;
}

h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #9ACC35;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9ACC35;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
}

p {
}


pre {
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	color: #999999;
}

a:hover {
	text-decoration: underline;
}
em {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
}
li {
	list-style-type: disc;
}
