/* CSS Document */



body
{
	background-color: #2A6201;
	/*background-color: #009933;*/
}

*
{
	font-family: Trebuchet MS, Century Gothic, Coronet, Gautami, Tahoma, Verdana;
	font-size: 11pt;
}


a:link,
a:active, 
a:visited 
{
	text-decoration: none;
	color: #FFFFFF;
}

a:hover {
	color: #89A36D;
	cursor: hand;
}

h1
{
	font-size: 13pt;
	color: #EEF100;
}

h2
{
	font-size: 12pt;
	color: #FFFFFF;
}

h3
{
	font-size: 8pt;
	color: #FFFFFF;
}

h3 a
{
	font-size: 8pt !important;
	text-decoration: underline !important;
}

input
{
	font-size: 10pt;
}

select
{
	font-size: 10pt;
}

textarea
{
	font-size: 10pt;
}
