BODY { margin: 0; background: #FFFFFF}
A.menutr:hover {
        color: black;
        background-position: center;
        background-repeat: no-repeat;
        font-weight: bold;
        font-style: normal;
        font-family: Arial, Helvetica, sans-serif;
        text-decoration: none;
}
td {
        color: black;
        font-family: verdana, arial, helvetica, sans-serif;
        font-size: 11px;
        font-weight: normal;
}
a.menul:link {
        font-weight: normal;
        font-style: normal;
        font-family: Arial, Helvetica, sans-serif;
        text-decoration: none;
        color: black;
}
a.menul:visited {
        font-weight: normal;
        font-style: normal;
        font-family: Arial, Helvetica, sans-serif;
        text-decoration: none;
        color: black;
}
a.menul:active {
        font-weight: normal;
        font-style: normal;
        font-family: Arial, Helvetica, sans-serif;
        text-decoration: none;
        color: black;
}
a.menul:hover {
        font-weight: normal;
        font-style: normal;
        font-family: Arial, Helvetica, sans-serif;
        text-decoration: none;
        color: #3f73ad;
}	
.mainmenu {
        font-weight: normal;
        font-style: normal;
        font-family: Arial, Helvetica, sans-serif;
        text-decoration: none;
	padding: 0px;
}	
a:link {
        color: #000080;
        text-decoration: none;
}
a:visited {
        color: #000080;
        text-decoration: none;
}
a:active {
        color: #FF0000;
        text-decoration: none;
}
a:hover {
        color: #FF0000;
        text-decoration: underline;
}
A.sm:link, A.sm:visited, A.sm:active { color: #2D62E7; text-decoration: none; font-size: 9px; font-weight:bold;}
A.sm:hover { color: #E82343; background: none; }
H1 { font-size: 10pt }
H2 { font-size: 8pt }
H3 { font-size: 7pt }

.hovermenu ul{
font: 12px arial;
padding-left: 0;
margin-left: 0;
height: 20px;
}

.hovermenu ul li{
list-style: none;
display: inline;
}

.hovermenu ul li a{
padding: 2px 0.5em;
text-decoration: none;
float: left;
color: black;
background-color: #DEE7ED;
border: 1px solid #77B6DD;
}

.hovermenu ul li a:hover{
background-color: #B9CDE5;
border-style: outset;
}

html>body .hovermenu ul li a:active{ /* Apply mousedown effect only to NON IE browsers */
border-style: inset;
}

