BODY {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 1em;
}

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: 1em;
	font-weight: bold;
	color: #006600;
	background-color: white;
}
abbr, acronym, span.abbr {
	cursor: help;
	border-bottom: 1px dashed #000000;
}
.weaktext {
  	color: #990033;
  	background-color: #FFFFFF;
}

.SmallText {
  	font-size: 0.7em;
}

A:link {
  	color: #006600;
  text-decoration: none;
    background-color: #ffffff;
}

A:visited {
  	color: #006600;
  background-color: #ffffff;
  text-decoration: none;
}

A:hover {
  text-decoration: underline;
}

li {
	list-style-image: url(bullet.gif);
}
strong {
	color: #865B02;
	background-color: #FFFFFF;
}

