/* CSS Document */
a.nounderline:link {color: #CCCCCC; text-decoration: none;}

a.nounderline:visited {color: #CCCCCC; text-decoration: none;}

a.nounderline:active {color: #CCCCCC; text-decoration: none;}

a.nounderline:hover {color: #00547E;text-decoration: none;}

a:link {color: #CCCCCC;}

a:visited {color: #CCCCCC;}

a:active {color: #CCCCCC;}

td {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt;}
.headertable a{
color:#000000;
font:5px Verdana, Arial, Helvetica, sans-serif;
}

.bottomtable a{
text-align:center;
color: #000000;
}
.bottomtable a:hover{
color: #00547E;
}

.navtable{
width: 850px;
overflow: hidden;
border-bottom: 1px #00547E; /*bottom horizontal line that runs beneath tabs*/
}

.navtable ul{
margin: 0;
padding: 0;
padding-left: 10px; /*offset of tabs relative to browser left edge*/
font: bold 12px Verdana;
list-style-type: none;
}

.navtable li{
display: inline;
margin: 0;
}

.navtable li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 6px 7px; /*padding inside each tab*/
border-right: 2px #00547E; /*right divider between tabs*/
color: #FFFFFF;
background: #000000; /*background of tabs (default state)*/
}

.navtable li a:visited{
color: #CCCCCC;
}

.navtable li a:hover, .mattblacktabs li.selected a{
background: #00547E; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}
