/*NOTE: anything not specified for the #(menu id's) a selector and its pseudo classes
may be inherited in some browsers from other 'a' element styles (if any) on the page*/

#menu1 a {color:black;background-color:white;text-decoration:none;text-indent:1ex;}
#menu1 a:active {color:black;text-decoration:none;}
#menu1 a:hover {color:black;background-color:#FFFF99}
#menu1 a:visited {color:black;text-decoration:none;}

#menu2 a {color:navy;background-color:white;text-decoration:none;text-indent:1ex;}
#menu2 a:active	{color:blue;text-decoration:none;}
#menu2 a:visited {color:blue;text-decoration:none;}
#menu2 a:hover {color:navy;background-color:#f0fea8}

#menu3 a { /*Menu3 Links*/
color:black;
background-color:white;
text-decoration:none;
text-indent:1ex;
}
#menu3 a:hover {
color:black;background-color:#FFFF99;
}
#menu3 a:active	{color:black;text-decoration:none;}
#menu3 a:visited	{color:black;text-decoration:none;}


BODY {
	FONT-SIZE: 11px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}
TD {
	FONT-SIZE: 11px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}
P {
	FONT-SIZE: 11px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}

H1 {
	FONT-SIZE: 18px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}
H2 {
	FONT-SIZE: 16px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}
H3 {
	FONT-SIZE: 14px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}

a:link {color: #000000; text-decoration: underline;}
a:vlink {color: #000000; text-decoration: underline;}
a:hover {color: #FF0000; text-decoration: underline;}

.style3 { font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: normal; }
a.style3 { text-decoration: underline; color : #0B2971; }
a.style3:visited { text-decoration: underline; color : #0B2971; }
a.style3:hover{ text-decoration: none; color : #b40404; font-weight: bold; }

.style10 { font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: normal; }
a.style10 { text-decoration: underline; color : #0000ff; }
a.style10:visited { text-decoration: underline; color : #0000ff; }
a.style10:hover{ text-decoration: none; color : #ff0000; font-weight: bold; }

.style10-blue-red { font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: normal; }
a.style10-blue-red { text-decoration: underline; color : #0B2971; }
a.style10-blue-red:visited { text-decoration: underline; color : #0B2971; }
a.style10-blue-red:hover{ text-decoration: none; color : #b40404; font-weight: bold; }

.style10catalog { font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: normal; color : #999999; }
a.style10catalog { text-decoration: none; color : #999999; }
a.style10catalog:visited { text-decoration: none; color : #999999; }
a.style10catalog:hover{ text-decoration: none; color : #b40404; font-weight: bold; }

.style10grey-B { font-size: 10px; font-weight: bold; color : #999999; }

.style11 { font-size: 11px; font-weight: bold; }

.style12 { font-size: 12px; font-weight: bold; }

.style13 { font-size: 13px; font-weight: bold; }

.style14 { font-size: 14px; font-weight: bold; color : #0B2971;}
a.style14 { font-size: 14px; text-decoration: underline; color : #0B2971; }
a.style14:visited { font-size: 14px; text-decoration: underline; color: #0B2971;}
a.style14:hover{ font-size: 14px; text-decoration: none; color : #b40404; font-weight: bold; }

.style15 { font-size: 15px; font-weight: bold; }

.style16 { font-size: 16px; font-weight: bold;}
a.style16 { text-decoration: underline; color : #000000; font-size: 16px; font-weight: bold;}
a.style16:visited { text-decoration: underline; color : #000000; font-size: 16px; font-weight: bold;}
a.style16:hover{ text-decoration: none; color : #ff0000; font-size: 16px; font-weight: bold;}

.style16u { font-size: 16px; font-weight: bold; text-decoration: underline;}
a.style16u { text-decoration: underline; color : #000000; font-size: 16px; font-weight: bold;}
a.style16u:visited { text-decoration: underline; color : #000000; font-size: 16px; font-weight: bold;}
a.style16u:hover{ text-decoration: none; color : #ff0000; font-size: 16px; font-weight: bold;}

.style17 { font-size: 17px; font-weight: bold; }

.style18 { font-size: 18px; font-weight: bold; }

.style19 { font-size: 19px; font-weight: bold; }

.style20 { font-size: 20px; font-weight: bold;}
a.style20 { text-decoration: underline; color : #000000; font-size: 20px; font-weight: bold;}
a.style20:visited { text-decoration: underline; color : #000000; font-size: 20px; font-weight: bold;}
a.style20:hover{ text-decoration: none; color : #ff0000; font-size: 20px; font-weight: bold;}

.styleH { font-size: 49px; font-weight: bold; font-family: Impact;}
