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;

}

.notrequired {
	 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:Green;
}
 
h3  {
	 font:13pt Verdana; 
	 font-weight:bold; 
	 color:#3A79B2;
}

a {
	 font:10pt Arial; color:Black;
	 text-decoration : underline;
}


a:hover {
	 font:10pt Arial; color:Black;
	 text-decoration : underline;
}


.menuon {
	 font:10pt Arial; 
	 font-weight:bold;
	 color:White;
	 text-decoration : none;
}

.menuon:hover {
	 font:10pt Arial; 
	 font-weight:bold;
	 color:White;
	 text-decoration : none;
}

.menu {
	 font:10pt Arial; 
	 font-weight:bold;
	 color:Black;
	 text-decoration : none;
}


.menu:hover {
	 font:10pt Arial;
	 font-weight:bold;
	 color:Green;
	 text-decoration : none;
}