BODY
{
	color: #61813f;
	font-family: Arial;
	font-size: 11px;
	line-height: 140%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
A:link
{
	color: #61813f;
	font-family: Arial;
	font-size: 11px;
	line-height: 140%;
	text-decoration: none;
}
A:visited
{
	color: #61813f;
	font-family: Arial;
	font-size: 11px;
	line-height: 140%;
	text-decoration: underline;
}
A:active
{
	color: #000099;
	font-family: Arial;
	font-size: 11px;
	line-height: 140%;
	text-decoration: underline;
}
A:hover
{
	color: #000000;
	font-family: Arial;
	font-size: 11px;
	line-height: 140%;
	text-decoration: underline;
}

P, LI, SPAN
{
	color: #61813f;
	font-family: Arial;
	font-size: 11px;
	line-height: 140%;
}

.pageHeader
{
	color: #2f3f43;
	font-family: Arial;
	font-size: 24px;
	line-height: 180%;
}

.textHeader
{
	color: #2f3f43;
	font-family: Arial;
	font-size: 16px;
	line-height: 140%;
}

.text
{
	color: #61813f;
	font-family: Arial;
	font-size: 11px;
	line-height: 140%;
}

.textEmphasis
{
	color: #4b676b;
	font-family: Arial;
	font-size: 11px;
	line-height: 140%;
}

.footer
{
	color: #07480E;
	font-family: Arial;
	font-size: 10px;
	line-height: 140%;
}
A.footer:link
{
	color: #07480E;
	font-family: Arial;
	font-size: 10px;
	line-height: 140%;
}
A.footer:visited
{
	color: #07480E;
	font-family: Arial;
	font-size: 10px;
	line-height: 140%;
}
A.footer:active
{
	color: #07480E;
	font-family: Arial;
	font-size: 10px;
	line-height: 140%;
}
A.footer:hover
{
	color: #07480E;
	font-family: Arial;
	font-size: 10px;
	line-height: 140%;
	text-decoration: underline;
}

.moCellsTable td
{
	border: solid 1px #CBDDB4;
	background-color: #F1FCE4;
	h: expression(onmouseover=new Function("this.style.backgroundColor='#DCF7BB';"),
                       onmouseout=new Function("this.style.backgroundColor='#F1FCE4';"));
}

.moCellsTable td:hover
{
	background-color: #DCF7BB;
}

.moTable
{
	border: solid 1px #CBDDB4;
	background-color: #F1FCE4;
	h: expression(onmouseover=new Function("this.style.backgroundColor='#DCF7BB';"),
                       onmouseout=new Function("this.style.backgroundColor='#F1FCE4';"));
}

.moTable:hover
{
	background-color: #DCF7BB;
}