body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF; 
}

a:hover {
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}

h1 {
	font-size: 24px;
	color: #99CC00;

}
h2 {
	font-size: 16px;
	color: #FFFFFF; 
}
h3 {
	font-size: 14px;
	font-weight: normal;
}
h4 {
	font-size: 11px;
	font-weight: normal;
	margin-bottom: -10px;
}
.menu {
	font-size: 11px;
	margin-bottom: 2px;
	display: block;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
.menu:hover {
	background-color: #B4C981;
	color: #003300;
	text-decoration: none;
}
p{
	font-size: 13px;
	text-align: justify;
}
p.comment {
	font-size: 14px;
	font-weight: bold;
}
li { font-size: 13px; } 
.padded {
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

li.arrow {
	font-size: 10px;
	margin-left: -20px;
	list-style-type: square;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003300;
	padding-bottom: 1px;
	padding-top: 2px;
	list-style-position: outside;
	list-style-image: url(images/arrow.gif);
}

a.header {
	font-weight: normal;
	background-color: #A8C06D;
	color: #000000;
	display: block;
	font-size: 12px;
	padding-left: 10px;
	margin-bottom: -8px;
	margin-left: -6px;
	margin-right: -10px;

}
a.header:hover
{	
	background-color: #56682D;
	color:#FFFFFF;
}
.grayheader
{
	font-weight: normal;
	background-color: #666666;
	color: #000000;
	display: block;
	font-size: 12px;
	padding-left: 10px;
	margin-left: -10px;
	margin-right: -10px;


}

a.link
{
	display:block;
	padding-top: 5px;
	margin-right: 5px;
	color: #003300;
	font-size: 11px;
}
a.link:hover { color: #FFFFFF} 

td {
	font-size: 13px;
}

img.bar { 
	background:#99CC00;
	margin-top:10px; 
	border: 0px 0px 0px 0px; 
	width: 370px;
	height: 2px;
} 

.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	background: #879BDA;
}
a:link {
	text-decoration: none;
	font-weight: bold;

}
a:visited {
	text-decoration: none;
	font-weight: bold;

}
a:active {
	text-decoration: none;
	font-weight: bold;

}
.sidepadded {
	padding: 10px;
}
.imgleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 30px;
}
.gray{
	background:#cccccc;
	color:#000000;
	padding: 3px;
}
.blue{
	background:#C8CCEE;
	color:#000000;
	border:1px solid #666666;
	padding: 3px;
}
.white{
	background:#FFFFFF;
	color:#000000;
	border:1px solid #666666;
	padding: 3px;
}
.green{
	background:#C8E395;
	color:#000000;
	border:1px solid #666666;
	padding: 3px;
}

.topmenu {
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	background: #99CCFF url(images/menu_bar.jpg) no-repeat left top;
	width: 415px;
	height: 39px;
	padding-left: 20px;
	vertical-align: middle;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;

}

.topmenu a:link, .topmenu a:visited {
 	color: #000000;
 }
 
.topmenu a:active, .topmenu a:hover, .topmenu a:visited:hover {
 	color: #3366CC;
 }
