body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	color: #000000;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: normal;
}
hr {
	height: 1px;
	width: 100%;
	clear: both;
	color:#b2dfb2;
}

.buttongreen {
	font-size: 12px;
	background-color:#b2dfb2;
	color: #000000;
}
.buttonred {
	font-size: 12px;
	background-color:#e2a2a2;
	color: #000000;
}
.buttonblue {
	font-size: 12px;
	background-color: #0000FF;
	color: #FFFFFF;
}


.error {
	font-size: 12px;
	color: #FF0000;
	font-weight: 600;
}
.formtext {
	font-family: 'Arial', helvetica, Verdana, Sans-serif;
	font-size: 12px;
	color: #000000;
}

.mainheader1 {
	font-size: 18px;
	color:#00FF00;
	font-weight: normal;
}

.mainheader2 {
	font-size: 14px;
	color: #999999;
	font-weight: normal;
}

.subheader1 {
	font-size: 12px;
	color:#00FF00;
	font-weight: 600;
}

.subheader2 {
	font-size: 11px;
	color:#00FF00;
	font-weight: 600;
}

.subheaderblack1 {
	font-size: 12px;
	color: #000000;
	font-weight: 600;
}

.subheaderwhite1 {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: 600;
}
.subheaderblack2 {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;

}
ul
{
list-style-type: none;
padding: 0;
margin: 0;
}

li
{
background-image: url(arrow.gif);
background-repeat: no-repeat;
background-position: 0 .4em;
padding-left: .6em;
}
