p, ol, ul, li, td {
	 font:9pt Arial;
	 color:Black;

}

.bold , th {
	 font:10pt Arial; color:Black;
	 font-weight:bold;
}

.bolditalic {
	 font:10pt Arial; color:Black;
	 font-weight:bold;
	 font-style:italic;
}

.italic {
	 font:10pt Arial; color:Black;
	 font-weight:normal;
	 font-style:italic;
}

.normal {
	 font:10pt Arial; color:Black;
	 font-weight:normal;

}

h1  {
	 font:14pt Arial; 
	 font-weight:bold; 
	 color:Black;
}
 
h2  {
	 font:13pt Arial; 
	 font-weight:bold; 
	 color:Orange;
}
 
h3  {
	 font:13pt Verdana; 
	 font-weight:bold; 
	 color:#3A79B2;
}

a {
	 font:10pt Arial; color:Blue;
	 text-decoration : underline;
}


a:hover {
	 font:10pt Arial; color:Black;
	 text-decoration : underline;
}


.menu_on {
	 font:8pt Arial; 
	 font-weight:bold;
	 color:Black;
	 text-decoration : none;
}

.menu_on:hover {
	 font:8pt Arial; 
	 font-weight:bold;
	 color:Black;
	 text-decoration : none;
}

.menu {
	 font:8pt Arial; 
	 font-weight:bold;
	 color:Black;
	 text-decoration : none;
}


.menu:hover {
	 font:8pt Arial;
	 font-weight:bold;
	 color:Orange;
	 text-decoration : none;
}


.submenu {
	 font:8pt Arial;color:White;font-weight:bold;text-decoration:none;
}


.submenu:hover {
	 font:8pt Arial;color:#EAD7B9;font-weight:bold;text-decoration:none;
}


.submenuon {
	 font:8pt Arial;color:#564D46;font-weight:bold;text-decoration:none;
}


.submenuon:hover {
	 font:8pt Arial;color:#564D46;font-weight:bold;text-decoration:none;
}


