

/* Presentation Stylesheet */ 
html {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #222222;
}
h1 {
	font-size: 1.5em;
	color: #CC0000;
	text-align: left;
	font-weight: normal;
}
h2 {
	font-size: 1.4em;
	font-weight: normal;
	color: #CC0000;
	text-align: left;
}
h3 {
	font-size: 1em;
	color: #455229;
	text-align: left;
}
h4 {
	font-size: 1em;
	font-weight: normal;
	color: #CC0000;
	text-align: left;
}
h5 {
	font-size: 0.8em;
	font-weight: normal;
	color: #455229;
	text-align: left;
}
a {
	color: #496915;
	font-weight: bold;
	text-align: left;
}
a:active {
	color: #a4b48a;
	font-weight: bold;
	text-align: left;
}
a:hover {
	color: #496915;
	font-weight: bold;
	text-align: left;
}
a.one {
	color:#ffffff;
	font-weight:normal;
	text-decoration:none;
	text-align: left;
}
a.one:active {
	color: #ffffff;
	font-weight:normal;
	text-decoration:none;
	text-align: left;
}
a.one:hover {
	color: #ffffff;
	font-weight:normal;
	text-decoration:none;
	text-align: left;
}
a.two {
	color:#496915;
	font-weight:bold;
	text-decoration:none;
	text-align: left;
}
a.two:active {
	color: #a4b48a;
	font-weight:bold;
	text-decoration:none;
	text-align: left;
}
a.two:hover {
	color: #496915;
	font-weight:bold;
	text-decoration:none;
	text-align: left;
}

a.poll:link {
	color: #ff7d08;
	font-weight:bold;
	text-decoration:none;
}
a.poll:visited {
	color: #ff7d08;
	font-weight:bold;
	text-decoration:none;
}

.boldred {
	font-size: 1em;
	font-weight: bold;
	color: #CC0000;
	text-align: left;
}
.boldgreen {
	font-size: 1em;
	font-weight: bold;
	color: #455229;
	text-align: left;
}
.sub {
	font-size: x-small;
	color: #000000;
}
.subbar {
	font-size: x-small;
	color: #000000;
}
.leftmenu {
	font-size: 0.8em;
	color: #ffffff;
}
a.subbar {
	color:#000000;
}
a.subbar:active {
	color: #000000;
}
a.subbar:hover {
	color: #000000;
}

ul.sitemap {
 list-style-type: disc;
 margin: 0 0 0 30px; padding: 0px;
 line-height: 1.6em;
}