/* CSS definition file containing sitestyle stylesheets */
BODY { font-size: 10pt;}
 A:active { font-size: 10pt;}
 A:link { font-size: 10pt;}
 UL { font-size: 10pt;}
 A:visited { font-size: 10pt;}
 .TextObject { font-size: 10pt;}
 H1 { font-family: 'Trebuchet MS', Tahoma, Verdana, Arial, Helvetica, Sans-serif, sans-serif;}
 H2 { font-family: Arial,Helvetica,Geneva,Sans-serif,sans-serif;}
 P { font-size: 10pt;}
 OL { font-size: 10pt;}
 A:hover { font-size: 10pt;}
.navbar a:link {
	text-decoration: none;
	content: block;
}

.navbar a:visited {
	text-decoration: none;
	content: block;
}

.navbar a:hover {
	color: green;
	background-color: rgb(243,255,243);
/*	background-color: rgb(245,245,255);*/
	display: block;
}