@charset "utf-8";
/* CSS Document */
body
{
	margin:0px;
	font-family:Tahoma;
	font-size:11px;
	color:#000000;
	text-align:left;
}
.menubg
{
	background-color:#7BC143;
}
.headings
{
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
}
.titleheadings
{
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	color:#FFFFFF;
	margin-left:10px;
	margin-top:3px;
	margin-bottom:3px;
}
.evergreenheadings
{
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	color:#7BC143;
	margin-left:10px;
	margin-right:10px;
	margin-top:1px;
	margin-bottom:1px;
}
.footer
{
	color:#999999;
	text-align:right;
	font-size:11px;
	margin-right:10px;
}
a.footer:link
{
	color:#999999;
	text-decoration:none;
}
a.footer:visited
{
	color:#999999;
	text-decoration:none;
}
a.footer:hover
{
	color:#7BC143;
	text-decoration:none;
}
a.black:link
{
	color:#000000;
	text-decoration:none;
}
a.black:visited
{
	color:#000000;
	text-decoration:none;
}
a.black:hover
{
	color:#000000;
	text-decoration:none;
}	
a.green:link
{
	color:#7BC143;
	text-decoration:none;
}
a.green:visited
{
	color:#7BC143;
	text-decoration:none;
}
a.green:hover
{
	color:#000000;
	text-decoration:underline;
}	
p
{
	text-align:justify;
}	