a:hover {
	color: red
}

a:link {
color : #006666;
text-decoration: underline;
} 

a:visited 
{
color : #006666;
text-decoration: underline;
}

body {
min-width:750px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
background:#ffffff;
}

body,
html {
    margin:0;
    padding:0;
    color:#000;
    }

#wrap {
    background:#99c;
    margin:0 auto;
    width:750px;
    }

h3 {
	
font-size: 12pt;
font-style: bold;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
}

th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
}

address {
  margin-top: 0em;
  padding-top: 0em;
  border-top: thin dotted }

#header h1 {
    padding:5px;
    margin:0;
	font-family: Courier New, Courier, mono;	
    }
#nav {
    background:#fff;
    padding:5px;
    }
#main {
    margin-right:180px;
	background:#E6E6E6;
    padding:20px;
    }
#sidebar {
    float:right;
    width:170px;
    margin-bottom:0;
    }
#sidebar h3, #sidebar p {
    padding:0 10px 0 0;
    }
#footer {
    clear:both;
    padding:0px;
    margin:0;
    background:#FFFFFF;
    color:#000000;
    }
#nav ul{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9pt;
    margin:0;
    padding:0;
    list-style:none;
    }
#nav li{
    display:inline;
    margin:0;
    padding:0;
    }
#border {
    padding:5px;
    border: thin dotted
    }
#topbox {
    padding:2px;
    background:#FFCC33;
    border: none;
    }
#topadbox {
    background:#F5F5F5;
    }
.class2 A:link { text-decoration: underline; color:#cccccc; size: 9pt; }
.class2 A:visited { text-decoration: underline; color:#cccccc; size: 9pt; }


.mattblacktabs{
width: 100%;
overflow: hidden;
border-bottom: 0px solid black; /*bottom horizontal line that runs beneath tabs*/
}

.mattblacktabs ul{
margin: 0;
padding: 0;
padding-left: 10px; /*offset of tabs relative to browser left edge*/
font: bold 13px  Verdana, Arial, Helvetica, sans-serif;
list-style-type: none;
}

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

.mattblacktabs li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 7px 8px; /*padding inside each tab*/
border-right: 1px #cccccc; /*right divider between tabs*/
color: white;

}

.mattblacktabs li a:visited{
color: white;
}

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