/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

td {
	font-family: arial;
	font-size: 8pt;
	font-style: normal;
	line-height: 12pt;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
}

input
{
	font-family: arial;
	font-size: 8pt;
	color:#427948;
}

textarea
{
	font-family: arial;
	font-size: 8pt;
	color: #427948;
}

a:active {
	color: #427948;
	text-decoration: none;
}

a:visited {
	color: #427948;
	text-decoration: none;
}

a:hover {
	color: #427948;
	text-decoration: underline;
}

a {
	color: #427948;
	text-decoration: none;
}

.greenbg
{
	background-color: #405d43;
 	color: #FFFFFF;
	font-size: 8pt;
	line-height: 15pt;
}

.greenbg a:link {
	color: #ffffff;
	text-decoration: none;
}
.greenbg a:visited {
	color: #ffffff;
	text-decoration: none;
}
.greenbg a:hover { 
	color: #ffffff;
	text-decoration: underline; 
}
.greenbg a:active {
	color: #ffffff;
	text-decoration: none;
}

.greybg
{
	background-color: #dfdfdf;
 	color: #FFFFFF;
	font-size: 8pt;

}