a
{
	TEXT-DECORATION: none;
}
A:hover {
	TEXT-DECORATION: underline;
	color: rgb(90,115,49);
}
a:link
{
	color: rgb(16,57,24); 
}
a:visited
{
	color: rgb(16,57,24); 
} 
a:active 
{
	color: rgb(16,57,24);
}
body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt
	background-color: rgb(255,255,255);
	color: rgb(0,0,0);
}
table
{
	table-border-color-light: rgb(153,204,153);
	table-border-color-dark: rgb(153,204,153); 
}
h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Helvetica;
}
h1
{
	color: rgb(0,0,0);
	font-size: 18pt
	font-weight: bold
}
h2
{
	color: rgb(0,0,0); 
}
h3
{
	color: rgb(0,0,0); 
}
h4
{
	color: rgb(0,0,0);
}
h5
{
	color: rgb(0,0,0);
}
h6
{
	color: rgb(0,0,0);
}

