body, html {scrollbar-arrow-color:#ffffff; scrollbar-face-color:#cccccc;
scrollbar-track-color:#ffffff; scrollbar-3dlight-color:#e0e7f7; 
scrollbar-highlight-color:#e0e7f7; scrollbar-darkshadow-color:#003355; 
scrollbar-shadow-color:#6699cc;}
 
a:link {text-decoration: none}
a:visited {text-decoration: none}

body {color:black; background-color:white; margin:0px 0px 20px 5px;} 
body, div, td, ul, ol, li {font-weight: normal; font-family: verdana,helvetica,sans-serif}

li {margin-bottom:.5em} 

.underline a {padding-bottom: 2px;}
.underline a:link {color:#6699ff}
.underline a:visited {color:#6699ff}
.underline a:hover {color:#6699ff; background: url("/images/uline.gif") repeat-x 100% 100%;}

.one a:link {color: #6699ff;font-weight:bold;}
.one a:visited {color: #6699ff;font-weight:bold;}
.one a:hover {color: #ff9933; text-decoration:underline;font-weight:bold;}
.two a:link {color: black; display: block;}
.two a:visited {color: black; display: block;}
.two a:hover {color: black; text-decoration: underline; display: block;}
.three a:link {color:#006633;font-size:75%;text-decoration:none;font-weight:bold;}
.three a:visited {color:#006633;font-size:75%;text-decoration:none;font-weight:bold;}
.three a:hover {color:#ff9933;font-size:75%;text-decoration:underline;font-weight:bold;} 
.four {color: black;}
.four:hover {color: red;}
.five {color: #33cc99;}
.five:hover {color: #006633;}
.six {color: black;}
.six:hover {color: blue; text-decoration: underline;}
.seven a:link {color:#006633;}
.seven a:visited {color:#006633;}
.seven a:hover {color:#ff9933; text-decoration:underline;} 
.eight a:link {color:#cc0000;font-size:75%;text-decoration:none;}
.eight a:visited {color:#cc0000;font-size:75%;text-decoration:none;}
.eight a:hover {color:#ff9933;font-size:75%;text-decoration:underline;}
.nine a:link {color:blue; font-size:75%; text-decoration:none;}
.nine a:visited {color:blue; font-size:75%; text-decoration:none;}
.nine a:hover {color:#ff9933; font-size:75%; text-decoration:underline;}
.ten {color: white;}
.ten:hover {color: white; text-decoration: underline;}
.eleven a:link {color: #ffffff; font-size:65%;}
.eleven a:visited {color: #ffffff; font-size:65%;}
.eleven a:hover {color: #ffffff; text-decoration:underline; font-size:65%;}
.twelve a:link {color: #000000; font-size:65%;}
.twelve a:visited {color: #000000; font-size:65%;}
.twelve a:hover {color: #000000; text-decoration:underline; font-size:65%;}


.thirteen {font-size:75%;}
.thirteen a:link {color:#ffff99;}
.thirteen a:visited {color:#ffff99;}
.thirteen a:hover {text-decoration: underline;}

.fourteen a:link {color: black;}
.fourteen a:visited {color: black;}
.fourteen a:hover {color: black; text-decoration: underline;}
.fourteen li {margin-bottom:.1em}

.fifteen a:link {color:#cc0000;font-size:85%;text-decoration:none;}
.fifteen a:visited {color:#cc0000;font-size:85%;text-decoration:none;}
.fifteen a:hover {color:#ff9933;font-size:85%;text-decoration:underline;}

.calendar a:link {color:black; font-size:55%;text-decoration:none;}
.calendar a:visited {color:black; font-size:55%;text-decoration:none;}
.calendar a:hover {color:black; font-size:55%;text-decoration:underline;}

.graybar {font-size:75%;filter:progid:DXImageTransform.Microsoft.Gradient (GradientType=0,StartColorStr='#dddddd',EndColorStr='#ffffff');}
.graybar a:link {color: black;font-weight:bold;}
.graybar a:visited {color: black;font-weight:bold;}
.graybar a:hover {color: black; text-decoration: underline;font-weight:bold;}
.pinktab {font-size:75%;filter:progid:DXImageTransform.Microsoft.Gradient (GradientType=0,StartColorStr='#dddddd',EndColorStr='#ffffff');}
.pinktab a:link {color: black;font-weight:bold;}
.pinktab a:visited {color: black;font-weight:bold;}
.pinktab a:hover {color: black; text-decoration:underline;font-weight:bold;}
.browntab {font-size:75%;filter:progid:DXImageTransform.Microsoft.Gradient (GradientType=0,StartColorStr='#dddddd',EndColorStr='#ffffff');}
.browntab a:link {color: black;font-weight:bold;}
.browntab a:visited {color: black;font-weight:bold;}
.browntab a:hover {color: black; text-decoration:underline;font-weight:bold;}

.left {text-align:left}
.center {text-align:center}

.size1 {font-size: 55%}
.size2 {font-size: 85%}
.size3 {font-size: 75%}

.red {color: red;}
.red2 {color:red; font-size: 85%; font-weight:bold;}
.white {color: white;}
.blue {color: blue;}
.green {color: green;}
.fuchsia {color: fuchsia;}
.black {color: black;}
.teal {color: teal;}
.aqua {color: aqua;}
.tricks {color: #0000ff;}
.navy {color: navy;}

/* The following for search boxes */


input.searchdesign {background-color:#cccccc;}
input.searchdesignhov {background-color:#ffffff;}


/* End search boxes */


/* The following for new main tab navigation */

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

.mattblacktabs ul{
margin: 0;
padding: 0;
padding-left: 0px; /*offset of tabs relative to browser left edge*/
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;
font-weight:bold;
font-size:85%;
background: #666666; /*background of tabs (default state)*/
}

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

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


/* End new main tab navigation */

/* The following for new repairs tab navigation */

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

.mattblacktabsrepairs ul{
margin: 0;
padding: 0;
padding-left: 0em; /*offset of tabs relative to browser left edge*/
list-style-type: none;
}

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

.mattblacktabsrepairs li a{
float: right;
display: block;
text-decoration: none;
margin: 0;
padding: 2px 3px; /*padding inside each tab*/
border-right: 1px solid white; /*right divider between tabs*/
color: white;
font-weight:bold;
font-size:75%;
background: #666666; /*background of tabs (default state)*/
}

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

.mattblacktabsrepairs li a:hover, .mattblacktabsrepairs li.selected a{
background: #dddddd; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
color: #000000;
}


/* End new repairs tab navigation */


