body {font-family: Helvetica, Arial, sans-serif; font-size:14px; line-height: 18px; color: #000000; padding:0px; margin:0px; text-align:left; background-color: #BEAE8E;}
p, div, table, tr, td, form, input {margin: 0px;}

a {color: #003366; text-decoration:underline;}
a:visited {color: #003366; text-decoration:underline;}
a:hover {color: #CC0000; text-decoration:underline;}

td.off {background: #EDEDED;}
td.on {background: #CBCACA;}

.onwhite a {color: #336699; text-decoration:underline; } 
.onwhite a:hover {color: #CC0000; text-decoration:underline; }

h1 {font-size:20px;	line-height:22px; color:#003366; padding:0px; margin:0px; font-weight:normal; text-decoration:none;}
h2 {font-size:18px;	line-height:20px; color:#990000; padding:0px; margin:0px; font-weight:normal; text-decoration:none;}
h3 {font-size:12px; line-height:18px; color:#000000; padding:0px; margin:0px; font-weight:normal; text-decoration:none;}
h4 {font-size:14px; line-height:16px; color:#CD3304; padding:0px; margin:0px; font-weight:normal; text-decoration:none;}
h5 {font-size:12px; line-height:14px; color:#121212; padding:0px; margin:0px; font-weight:normal; text-decoration:none;}

hr {color: #B5A986; background-color: #B5A986; border: 1px solid;}

img.floatLeft {float: left; margin: 5px; }
img.floatRight {float: right; margin: 5px; }

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.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: 0px; /*offset of tabs relative to browser left edge*/
font: normal 12px Arial;
list-style-type: none;
}

.mattblacktabs li{
display: inline;
margin: 0;
}

.mattblacktabs li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 6px 5px; /*padding inside each tab*/
border-right: 1px solid #D4C9B4; /*right divider between tabs*/
color: white;
background: #A6987D; /*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 */
}