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:Blue;
}
 
h3  {
	 font:13pt Verdana; 
	 font-weight:bold; 
	 color:Black;
}

h4  {
	 font:12pt Verdana; 
	 font-weight:bold; 
	 color:Black;
}

a {
	 font:10pt Arial; color:Black;
	 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:10pt Verdana;font-weight:bold;color:White;text-decoration;none;
}


.menu:hover {
	 font:10pt Verdana;font-weight:bold;color:Gold;text-decoration;none;
}