body,td,p { font-family: Verdana, Arial; font-size: 10px; color: #000; }
h2 {
	font-family: sans-serif;
	font-size: 12pt;
	color: #000;
	font-weight: bold;
}

.date { font-family: Verdana, Arial; font-size: 10px; color: #000000; font-weight: bold; text-decoration: none; }
.sub {
	font-family: sans-serif;
	font-size: 12pt;
	color: #000;
	font-weight: bold;
}
.sml { font-family: Verdana, Arial; font-size: 9px; color: #006666; }

a.linkmenu:link {font-family: Arial, Verdana; font-size: 14px; color: #8e2a13; font-weight: bold; text-decoration: none; font-style: italic;}
a.linkmenu:visited {font-family: Arial, Verdana; font-size: 14px; color: #8e2a13; font-weight: bold; text-decoration: none; font-style: italic;}
a.linkmenu:hover {font-family: Arial, Verdana; font-size: 14px; color: #8e2a13; font-weight: bold; text-decoration: underline; font-style: italic;}
a.linkmenu:active {font-family: Arial, Verdana; font-size: 14px; color: #8e2a13; font-weight: bold; text-decoration: none; font-style: italic;}

a.linksml:link { font-family: Verdana, Arial; font-size: 9px; color: #8e2a13; font-weight: bold; text-decoration: underline; }
a.linksml:visited { font-family: Verdana, Arial; font-size: 9px; color: #8e2a13; font-weight: bold; text-decoration: underline; }
a.linksml:hover { font-family: Verdana, Arial; font-size: 9px; color: #8e2a13; font-weight: bold; text-decoration: underline; }
a.linksml:active { font-family: Verdana, Arial; font-size: 9px; color: #8e2a13; font-weight: bold; text-decoration: underline; }

a:link { font-family: Verdana, Arial; font-size: 10px; color: #8e2a13; text-decoration : underline; }
a:visited { font-family: Verdana, Arial; font-size: 10px; color: #8e2a13; text-decoration : underline; }
a:hover { font-family: Verdana, Arial; font-size: 10px; color: #8e2a13; text-decoration : underline; }
a:active { font-family: Verdana, Arial; font-size: 10px; color: #8e2a13; text-decoration : underline; }

.footer { font-family: Verdana, Arial; font-size: 10px; color: #333333; text-align: center;}
.footer a:link { font-family: Verdana, Arial; font-size: 10px; color: #333333; text-decoration : underline; }
.footer a:visited { font-family: Verdana, Arial; font-size: 10px; color: #333333; text-decoration : underline; }
.footer a:hover { font-family: Verdana, Arial; font-size: 10px; color: #333333; text-decoration : underline; }
.footer a:active { font-family: Verdana, Arial; font-size: 10px; color: #333333; text-decoration : underline; }

.white {color: #ffffff;}


/**************** menu coding *****************/
#menu {
width: 100%;
float: left;
height: 24px;
text-align: center;
}

#menu ul {
list-style: none;
margin: 0;
padding: 4px 10px;
float: left;
text-align: center;
}

#menu a, #menu h2 {
font: 9pt "Trebuchet MS", trebuchet, verdana;
display: block;
margin: 0;
text-align: center;
padding-bottom: 5px;
}

#menu h2 {
color: #fff;
text-transform: uppercase;
}

#menu a {
color: #fff;
text-decoration: none;
}

#menu a:hover {
color: #000;
}

#menu li {position: relative; text-align: center;}

#menu ul ul {
position: absolute;
background: #843525;
z-index: 500;
width: 130px;
left: -13px;
top: 22px;
border: 2px #fff solid;
border-top-width: 0px;
}

#menu ul ul a {
font: 10px arial, helvetica, sans-serif;
text-align: left;
padding: 2px;
}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}