<head>
<style type="text/css">
<!--

body{ 
 background: #CCCCCC;
 font:normal 10px Verdana;
}

#mtable{ 
border-top: 1px solid #005f75;
border-left: 1px solid #005f75;
border-right: 1px solid #005f75;
border-bottom: 1px solid #005f75;
padding-left: 15px;
padding-right: 15px;
}
#nopadding{
padding-left: 0px;
padding-right: 0px;
}
#cellpadrt{
padding-left: 0px;
padding-right: 10px;
}
#nopaddingBorder{ 
border-top: 1px solid #005f75;
border-left: 1px solid #005f75;
border-right: 1px solid #005f75;
border-bottom: 1px solid #005f75;
padding-left: 0px;
padding-right: 0px;
}
TD.Border { border-top: 1px solid #005f75;
border-left: 1px solid #005f75;
border-right: 1px solid #005f75;
border-bottom: 1px solid #005f75;
}
TD.LeftBottomBorder { border-bottom: 1px solid #005f75;
border-left: 1px solid #005f75;
}
TD.TopBorder { border-top: 1px solid #005f75;
}
TD.BottomBorder { border-bottom: 1px solid #005f75;
}


#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 1px;
font:normal 12px Verdana;
color: black;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 0px solid black;
padding: 1px 0;
text-decoration: none;
color: black;
background-image: url(images/menu_bkgrnd.jpg);
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-image: url(images/menu_bkgrnd2.jpg);
}

h1 {
 font-family: veranda;
 color: black;
}

h2 {
 font-family: veranda;
 color: black;
}

h3 {
 font-family: veranda;
 color: black;
}

p {
 font-family: veranda;
 color: black;
}
 
A:link {
 text-decoration: none;
 color: #005f75;
 font-family: veranda;
}

A:visited {
 text-decoration: none;
 color: #003946;
 font-family: veranda;
}
A:active {
 text-decoration: none;
 color: blue;
 font-family: veranda;
}
A:hover {
 text-decoration: underline;
 color: red;
}

#Awhite:link {
 text-decoration: underline;
 color: white;
 font-family: veranda;
}

#Awhite:visited {
 text-decoration: none;
 color: white;
 font-family: veranda;
}
#Awhite:active {
 text-decoration: none;
 color: white;
 font-family: veranda;
}
#Awhite:hover {
 text-decoration: none;
 color: white;
}
-->
</style>
</head>