BODY {
	color : Black;
	background-color : #3a5829;
	font-family : Verdana, Arial, sans-serif;
	font-size : 10pt;
	background-attachment: fixed;

}
TABLE, TR,TD{
	color : Black;
	font-family : Verdana, Arial, sans-serif;
	font-size : 10pt;
}

A {
	color : #3a5829;
		font-size : 10pt;
		text-decoration : underline;
}

A:HOVER {
	color : #0033FF;
	text-decoration : underline;
}

A.whitelink:LINK {
	color : White;
	text-decoration : none;
}
A.whitelink:HOVER {
	color : #0099FF;
	text-decoration : Underline;
}

A.whitelink:visited{
	color : White;
	text-decoration : none;
}
A.whitelink:ACTIVE {
	color : White;
		text-decoration : underline;
}


A.smalllink:LINK {
	font-size : xx-small;
}
A.smalllink:HOVER {
	font-size : xx-small;
}

A.smalllink:visited{
	font-size : xx-small;
}
A.smalllink:ACTIVE {
	font-size : xx-small;
}


.BoldHeading {
	font : Arial, Helvetica, sans-serif; 
	color : Red;
	font-weight : bold;
	font-variant : small-caps;
	letter-spacing: 3px;
	font-size : 10pt;
}

