BODY {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.8em;
}

h1 {
	font-size: 1.5em;
	font-weight: bold;
	margin: 0em;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #005500;
	background-color: white;
}

h2 {
	font-size: 1.3em;
	color: #006600;
	background-color: white;
	padding: 0px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

h3 {
	font-size: 1.1em;
	font-weight: bold;
	color: #006600;
	background-color: white;
}
h4 {
	font-size: 1em;
	color: #660000;
	background-color: white;
}

abbr, acronym, span.abbr {
	cursor: help;
	border-bottom: 1px dashed #000000;
		color: #624200;
	background-color: #FFFFFF;
}
.red_footer {
	color: #990033;
	background-color: #FFFFFF;
	text-align: center;
	font-size: 0.8em;
}
.background_line {
	color: #FFFFFF;
	background-color: #D9FFB3;
}


.SmallText {
  	font-size: 0.8em;
}

A:link {
color: #006600;
text-decoration: none;
background-color: white;
}

A:visited {
color: #006600;
text-decoration: none;
background-color: white;
}

A:hover {
color: #FFFFFF;
background-color: #006600;
text-decoration: underline;
}

li {
	list-style-image: url(bullet.gif);
}
strong {
	color: #865B02;
	background-color: #FFFFFF;
}

