H1 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : medium;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	letter-spacing : normal;
	color : navy;
}
H2 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-style : normal;
	font-variant : small-caps;
	font-weight : normal;
	letter-spacing : normal;
	color : navy;
}
H3 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-style : normal;
	font-variant : small-caps;
	font-weight : bold;
	letter-spacing : normal;
	color : navy;
}
.blueheader{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-style : normal;
	font-variant : normal;
	font-weight : bold;
	color : navy;
	
}
.nar{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	color : Black;
	padding-left : 3em;
	padding-right : 3em;
}
P {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : normal;
	font-variant : normal;
	font-style : normal;
	font-stretch : narrower;
	color : black;
	
}
.menutext{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	font-variant : normal;
	font-style : normal;
	font-stretch : narrower;
	color : navy;
}
 A:VISITED {
	color : Navy;
	font-size : inherit;
	text-decoration : none;
}
A:LINK {
	color: Navy;
	text-decoration: none;
}
A:hover{
	color: Silver;
	text-decoration: none;
}


.submenutext{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	font-variant : normal;
	font-style : normal;
	font-stretch : narrower;
	color : #ffffff;
	text-decoration : none;
	text-transform : lowercase;
}
.high{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : normal;
	font-style : italic;
	color : navy;
	text-decoration : underline;
	text-transform : none;
}
.pro{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : bold;
	font-style : oblique;
	color : navy;
	text-decoration : none;
	text-transform : none;
}