a:link       
{ 
	color: rgb(0,151,0) ;
}

a:active     
{ 
	color: rgb(0,255,0) ;
}

a:hover
{
	color: rgb(0,151,0);
	text-decoration: underline;

}

body         
{
	font-family: 'trebuchet ms', Arial, Helvetica;

}

td
{
	font-family: 'trebuchet ms', Arial, Helvetica;

}

table        
{ 
	table-border-color-light:rgb(213,234,214); 
	table-border-color-dark: rgb(0,64,0) ;
}

h1           
{ 
	color: rgb(0,64,0) ;
	font-family: 'trebuchet ms', Arial, Helvetica;
}

h2           
{ 
	color: rgb(0,64,0) ;
	font-family: 'trebuchet ms', Arial, Helvetica;
}

h3           
{ 
	color: rgb(0,64,0) ;
	font-family: 'trebuchet ms', Arial, Helvetica;
}

h4           
{ 
	color: rgb(0,64,0) ;
	font-family: 'trebuchet ms', Arial, Helvetica;
}

h5           
{ 
	color: rgb(0,64,0) ;
	font-family: 'trebuchet ms', Arial, Helvetica;
}
h6
{ 
	color: rgb(0,64,0) ;
	font-family: 'trebuchet ms', Arial, Helvetica;
}



a {
	text-decoration: none;
	color: rgb(0,151,0);

}
.smallCell {
	font-family: "Trebuchet MS", Arial;
	font-size: 11pt;
}
