/* CSS Document */
HTML,BODY,TD,TR,TH,TABLE,DIV,P,FORM,H3,UL,LI {margin:0px;padding:0px;}
HTML {overflow-y: scroll;margin:5px;margin-top:0px;background-color:#C8FBCC;}
TD,TR,TH,TABLE {border:#666666 1px solid;padding:3px;margin:0px;}

/*Text*/
.style1 {font-size: 12px;font-family:Verdana, Geneva, sans-serif;;color:#000000;}
.style1 a:link {color: #0000FF;text-decoration: none;}
.style1 a:visited {color: #0000FF;text-decoration: none;}
.style1 a:hover {color: #FF0000;text-decoration: none;cursor: pointer;}
.style1 a:active {color: #0000FF;text-decoration: none;}
.style2 {font-size: 16px;font-family:Verdana, Geneva, sans-serif;color:#FFFFFF;font-weight:bold;text-align:center;padding-top:5px;}
.style3 {font-size: 16px;font-family:Verdana, Geneva, sans-serif;color:#FFFFFF;font-weight:bold;margin-left:40px;padding-top:6px;}
.style4 {font-size: 12px;font-family:Verdana, Geneva, sans-serif;color:#333333;}
.style4 a:link {color: #333;text-decoration: none;}
.style4 a:visited {color: #333;text-decoration: none;}
.style4 a:hover {color: #FF0000;text-decoration: none;cursor: pointer;}
.style4 a:active {color: #333;text-decoration: none;}
.style5 {font-size: 16px;font-family:Verdana, Geneva, sans-serif;color:#FFFFFF;font-weight:bold;text-align:right;padding-left:5px;padding-right:5px;}
.style6 {font-size: 14px;font-family:Verdana, Geneva, sans-serif;color:#000000;}
.style7 {font-size: 16px;font-family:Verdana, Geneva, sans-serif;color:#FFFFFF;font-weight:bold;text-align:right;padding-left:5px;padding-right:5px;}

#footer{float:left;width:800px;padding-top:5px;padding-bottom:15px;}

/*Horizontal Menu*/

.mattblacktabs{
width: 802px;
overflow: hidden;
background: #414141; /*background of tabs (default state)*/
}

.mattblacktabs ul{
margin: 0;
padding: 0;
font: bold 12px Verdana;
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 solid white; /*right divider between tabs*/
color: white;
background: #414141; /*background of tabs (default state)*/
}

.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 */
}

