a {text-decoration: none}
a.footnav:link {color:#FFFFFF}
a.footnav:visited {color:#FFFFFF}
a.footnav:hover {color:#E47008}
a.footnav:active {color:#E47008}
a.botcell:link {color:#FFFFFF}
a.botcell:visited {color:#FFFFFF}
a.botcell:hover {color:#FFFFFF}
a.botcell:active {color:#FFFFFF}

html, body {
height: 100%;
margin: 0 0 1px;
padding: 0;
}


.warning{
font: normal 10px arial;
color: black;
}

.corvustablebig{
font: bold 14px arial;
color: white;
}

.corvustable{
font: bold 13px arial;
color: white;
}

.captions{
font: normal 12px arial;
color: black;
}

.bodytext{
font: normal 14px arial;
color: black;
}

.footnav{
font: normal 10px arial;
color: white;
}

.botcell{
font: normal 15px arial;
color: white;
text-align: center; 
font-weight: bold;
}

.chromestyle{
width: 99%;
font: bold 11px arial;
color: white;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
width: 100%;
padding: 4px 0;
margin: 0;
text-align: right; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #ffffff;
padding: 4px 7px;
margin: 0;
text-decoration: none;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 10px arial;
line-height:18px;
z-index:3000;
background-color: #556096;
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: white;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #E47008;
}