a:link
{
	color: #3A8BA2;
	font-weight: normal;
	text-decoration: underline;
}
a:visited
{
	color: #3A8BA2;
	font-weight: normal;
	text-decoration: underline; 
} 
a:active 
{
	color: #3A8BA2;
	font-weight: normal;
	text-decoration: underline;}
a:hover 
{
	color: #77C0D5;
	font-weight: normal;
	text-decoration: none;
}
body
{
    background-image: url('images/bg_green.gif');
   	font-family: Helvetica, Arial;
    color: #003300;
    font-size: 14px;
   
table
{
    background-image: url('images/bg_grey.gif');
    font-size: 14px;
    color: #003300;
}
h1, h2, h3, h4, h5, h6
{
	font-family: Helvetica, Arial;
}
h1
{
	color: #003300;
}
h2
{
	color: #003300;
	text-align: left;
	font-size: 18px;
	font-weight: bold;
}
h3
{
	color: #003300;
	font-size: 16px;
	font-weight: bold;
 
}
h4
{
	color: #003300;
	text-align: center;
	font-size: 15px;
	font-weight: bold;

}
.bordergreen {
margin: 2px 2px 2px 2px; 
padding: 5px; 
border-style: solid; 
border-width: 1px; 
border-color: #536C27;
align: left;
}
.textsmall
{
	color: #003300;
	font-size: 10px;
}
.textmedium
{
	color: #003300;
	font-size: 12px;
}

.highlight
{
	color: #0099cc;
	font-weight: bold;
	font-style: italic;
}