BODY { background: rgb(0,116,0); color: rgb(191,234,174)}
a:link 
{
	color: rgb(191,234,174)
}

a:visited 
{
	color: rgb(255,255,255)
}

a:active 
{
	color: rgb(255,0,0)
}


p.BodyText
{
	color: rgb(191,234,174);
	font-family: Arial, Verdana, Helvetica;
	font-size: 12pt;
	text-decoration: none;
	text-align: justify;
	font-weight: normal;
}
p.BodyTextSmall
{
	color: rgb(191,234,174);
	font-family: Arial, Verdana, Helvetica;
	font-size: 10pt;
	text-decoration: none;
	text-align: justify;
	font-weight: normal;
}
p.BodyTitleC
{
	color: rgb(191,234,174);
	font-family: Arial, Verdana, Helvetica;
	font-size: 12pt;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
}
p.BodySubTitleC
{
	color: rgb(255,255,255);
	font-family: Arial, Verdana, Helvetica;
	font-size: 12pt;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
}
p.Updated
{
	color: rgb(255,255,255);
	font-family: Arial, Verdana, Helvetica;
	font-size: 8pt;
	text-decoration: none;
	text-align: center;
	font-weight: normal;
}
hr
{
	color: rgb(0,153,0);
}