td {
	font-family: "Arial";
	letter-spacing:0;
	font-size: 12px;
	color: #333333;
}

.white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

.black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

.header {
	font-family: "Arial";
	letter-spacing:0;
	font-weight:bold;
	font-size: 15px;
	color: blue;
}

.Bheader {
	font-family: "Arial";
	letter-spacing:0;
	font-weight:bold;
	font-size: 20px;
	color: #333333;
}

.footer {
	font-family: "Arial";
	letter-spacing:0;
	font-size: 11px;
	color: #FFFFFF;
}

a {
	font-family: "Arial";
	color: #666666;
	font-size:12px;
	font-weight:normal;
	letter-spacing:0;
	text-decoration: none;
}

a:hover {
	color: #999999;
	font-family: "Arial";
	font-size:12px;
	font-weight:normal;
	letter-spacing:0;
	text-decoration: none;

}
a.footer {
	font-family: "Arial";
	color: #FFFFFF;
	font-size:11px;
	letter-spacing:0;
	text-decoration: none;
}



a:hover.footer {
	color: #333333;
	font-family: "Arial";
	font-size:11px;
	letter-spacing:0;
	text-decoration: none;

}



a:hover.Bheader {
	font-family: "Arial";
	letter-spacing:0;
	font-weight:bold;
	font-size: 20px;
	color: #999999;
}


a.menu { font-family: "Arial"; color: #333333; font-size:12px; letter-spacing:0; text-decoration: none; font-weight:normal;}
a:hover.menu { color: #999999; font-family: "Arial";	font-size:12px; letter-spacing:0; text-decoration: none; font-weight:normal;}

a.submenu { font-family: "Arial"; color: #0033FF; font-size:12px; letter-spacing:0; text-decoration: underline; font-weight:bold;}
a:hover.submenu { color: #0066FF; font-family: "Arial";	font-size:12px; letter-spacing:0; text-decoration: underline; font-weight:bold;}

a.email { font-family: "Arial"; color: #0033FF; font-size:12px; letter-spacing:0; text-decoration: underline; font-weight:normal;}
a:hover.email { color: #0066FF; font-family: "Arial";	font-size:12px; letter-spacing:0; text-decoration: underline; font-weight:normal;}

h1 {font-family: "Arial"; letter-spacing:0; font-weight:normal; font-size: 22px; color: #000000;}
h2 {font-family: "Arial"; letter-spacing:0; font-weight:normal; font-size: 18px; color: #FF6928;}
h3 {font-family: "Arial"; letter-spacing:0; font-weight:normal; font-size: 16px; color: #FF6928;}
h4 {font-family: "Arial"; letter-spacing:0; font-weight:bold; font-size: 13px; color: #000000;}


#dropmenudiv{
position:absolute;
background-color: #0080FF;
border:1px solid black;
font:11px Verdana;
color:#FFFFFF;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
padding: 1px 0;
text-decoration: none;;
}

