body {
	background-color: #003300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 20px;
	color: #CC9900;
}

td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #CC9900;
}

a:link, a:visited, a:hover {
	color: #CC9900;
	text-decoration: none;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
}

a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #00FF00;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 18pt;
 color: #CC9900;
}

h2{
 font-size: 16pt;
 color: #CC9900;
}

h3{
 font-size: 14pt;
 color: #009900;
}

h4{
 font-size: 12pt;
 color: #009900;
}

h5{
 font-size: 14pt;
 color: #CC9900;
}

h6{
 font-size: 12pt;
 color: #CC9900;
}

form {
	background-color: #003300;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
	line-height: 30px;
  background-color: #003300;
	color: #CC9900;
}

.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: normal;
	font-weight: bold;
  color: #CC9900;
}

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
  color: #CC9900;
}

.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-color: #003300;
	color: #CC9900;
	line-height: normal;
}
.Paragraph {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #CC9900;
}

.navLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #00FF00;
	line-height: normal;
	text-decoration: underline;
	color: #00FF00;
}

.sidebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	padding: 3px;
	background-color: #003300;
	color: #00FF00;
}

.sidebarHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #CC9900;
	background-color: #003300;
}

.sidebarFooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	background-color: #003300;
}

.footer {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: normal;
	color: #CC9900;
	background-color: #003300;
}

a:hover {
	text-decoration: underline;
}
