p, ol, ul, li, td {
	 font:9pt Arial;
	 color:Black;

}

.bold , th {
	 font:10pt Arial; color:Black;
	 font-weight:bold;
}




h1  {
	 font:14pt Arial; 
	 font-weight:bold; 
	 color:Black;
}
 
h2  {
	 font:13pt Arial; 
	 font-weight:bold; 
	 color:Green;
}

a {
	 font:10pt Arial; color:Green;
	 text-decoration : none;
}


a:hover {
	 font:10pt Arial; color:Green;
	 text-decoration : underline;
}



.menu {
	 font:8pt Arial; 
	 font-weight:normal;
	 color:White;
	 text-decoration : none;
}


.menu:hover {
	 font:8pt Arial; 
	 font-weight:normal;
	 color:Lime;
	 text-decoration : none;
}


.menu_on {
	 font:8pt Arial; 
	 font-weight:normal;
	 color:Lime;
	 text-decoration : none;
}
.menu_on:hover {
	 font:8pt Arial; 
	 font-weight:normal;
	 color:Lime;
	 text-decoration : none;
}

