a:link
{
	color: rgb(110,180,60);
	font-weight: bold;
	text-decoration: none;
}
a:visited
{
	color: rgb(110,180,60);
	font-weight: bold;
	text-decoration: none; 
} 
a:active 
{
	color: rgb(110,180,60);
	font-weight: bold;
	text-decoration: none;}
a:hover 
{
	color: rgb(99,105,69);
	font-weight: bold;
	text-decoration: underline;
}
body
{
   	font-family: Helvetica, Arial;
	background-color: rgb(222,222,222);
	color: #003300;
    font-size: 14px;
}
table
{
    background-color: #FFFFFF;
    text-align: left;
    font-size: 14px;
}
h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Helvetica;
}
h1
{
	color: #003300;
}
h2
{
	color: rgb(99,105,69);
	text-align: right;
	font-size: 19px;
	font-weight: bold;
}
h3
{
	color: rgb(99,105,69);
	text-align: center;
	font-size: 16px;
	font-weight: bold;
 
}
h4
{
	color: rgb(99,105,69);
	text-align: center;
	font-size: 15px;
	font-weight: bold;

}
h5
{
	color: #003300;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}
h6
{
	color: #000000;
}
.textsmall
{
    font-size: 11px;   
}