body {font-family: Georgia,Helvetica, Arial, sans-serif; font-size:16px; line-height: 20px; color: #000000; padding:0px; margin:0px; text-align:left; background-color: #FFFFFF;}
p, div, table, tr, td, form, input {margin: 0px;}

a {color: #CF390F; text-decoration:underline;}
a:visited {color: #CF390F; text-decoration:underline;}
a:hover {color: #000000; text-decoration:underline;}

td.off {background: #EDEDED;}
td.on {background: #CBCACA;}

.onwhite a {color: #FFFFFF; text-decoration:underline; } 
.onwhite a:hover {color: #FFCC00; text-decoration:underline; }
.vertx {font-size:12px;	line-height:14px; color:#003300; padding:0px; margin:0px; font-weight:normal; text-decoration:none;}

h1 {font-size:24px;	line-height:28px; color:#003300; padding:0px; margin:0px; font-weight:normal; text-decoration:none;}
h2 {font-size:18px;	line-height:24px; color:#CF390F; padding:0px; margin:0px; font-weight:normal; text-decoration:none;}
h3 {font-size:18px; line-height:26px; color:#333333; padding:0px; margin:0px; font-weight:normal; text-decoration:none;}
h4 {font-size:14px; line-height:18px; color:#CD3304; padding:0px; margin:0px; font-weight:normal; text-decoration:none;}
h5 {font-size:12px; line-height:16px; color:#666666; padding:0px; margin:0px; font-weight:normal; text-decoration:none;}

hr {color: #F77034; background-color: #F77034; border: 3px solid;}

img.floatLeft {float: left; margin: 5px; }
img.floatRight {float: right; margin: 10px;}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.mattblacktabs{ width: 100%; overflow: hidden; border-bottom: 1px solid #003300; /*bottom horizontal line that runs beneath tabs*/ }
.mattblacktabs ul{ margin: 0; padding: 0; padding-left: 3px; /*offset of tabs relative to browser left edge*/ font: bold 12px Tahoma, Arial, 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: 9px 8px; /*padding inside each tab*/ border-right: 1px solid #FFFFFF; /*right divider between tabs*/ color: white; background: #003300; /*background of tabs (default state)*/ }
.mattblacktabs li a:visited{ color: white; }
.mattblacktabs li a:hover, .mattblacktabs li.selected a{ background: #669966; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */ }
