/* force scrollbar */


html { min-height: 100%; margin-bottom: 1px; overflow: scroll; }


/* 
a:link {color: #108F34;}
a:visited {color: #108F34;}
td {font-size: 10pt;}
*/

a {text-decoration: none;}

/*
body
{
   font-family: arial; 
   color: #062A5E;
   background-color: #FFFFFF;
}
*/

/* header styles */
.head1
{
   border-top : 0px solid #000000;
   border-left: 0px solid #000000;
   border-bottom : 0px solid #000000;
   border-right : 0px solid #000000;
   background : #062A5E;
   font-family: Arial;
   font-size : 10pt;
   font-weight: bold;
   color : #FFFFFF;
}

a:link.head1 {color: #108F34;}
a:hover.head1 {color: #108F34;}

/* table styles */


.example
{
   border-bottom : 0px solid #000000;
   border-right : 0px solid #000000;
   border-top : 0px solid #000000;
   border-left: 0px solid #000000;
   background: #062A5E;
   font-family: Arial;
   font-size : 10pt;
   font-weight: normal;
   font-style: italic;
   color : #FFFFFF;
   cursor: pointer;
}

.hvac_black_main
{
   background: #000000;
   font-family: Arial;
   font-size : 10pt;
   font-weight: normal;
   font-style: none;
   color : #ffffff;
   cursor: pointer;
}

.hvac_gray_main
{
   background: #b4b4b4;
   font-family: Arial;
   font-size : 10pt;
   font-weight: normal;
   font-style: none;
   color : #FFFFFF;
   cursor: pointer;
}

.hvac_sub1
{
   background: #000000;
   font-family: Arial;
   font-size : 8pt;
   font-weight: normal;
   font-style: none;
   color : #ffffff;
   cursor: pointer;
}

.hvac_sub1_over
{
   background: #000000;
   font-family: Arial;
   font-size : 8pt;
   font-weight: normal;
   font-style: none;
   color : #FFF200;
   cursor: pointer;
}

.hvac_sub2
{
   background: #974d13;
   font-family: Arial;
   font-size : 8pt;
   font-weight: normal;
   font-style: none;
   color : #ffffff;
   cursor: pointer;
}

.hvac_sub2_highlight
{
   background: #974d13;
   font-family: Arial;
   font-size : 8pt;
   font-weight: normal;
   font-style: none;
   color : #ffcc99;
   cursor: pointer;
}

.hvac_sub2_over
{
   background: #974d13;
   font-family: Arial;
   font-size : 8pt;
   font-weight: normal;
   font-style: none;
   color : #FFF200;
   cursor: pointer;
}


.hvac_sub2alt_over
{
   background: #683F2B;
   font-family: Arial;
   font-size : 8pt;
   font-weight: normal;
   font-style: none;
   color : #FFF200;
   cursor: pointer;
}

.blackwhite
{
   background: #000000;
   font-family: Arial;
   font-size : 8pt;
   font-weight: normal;
   font-style: none;
   color : #ffffff;
}

.brownblack
{
   background: #974d13;
   font-family: Arial;
   font-size : 8pt;
   font-weight: normal;
   font-style: none;
   color : #000000;
}

.brownwhite
{
   background: #974d13;
   font-family: Arial;
   font-size : 8pt;
   font-weight: normal;
   font-style: none;
   color : #ffffff;
   cursor: pointer;
}

.clear
{
   background: none;
   font-family: Arial;
   font-size : 10pt;
   font-weight: normal;
   font-style: none;
   color : #000000;
}

.tab
{
   background-image: url(images/hvac_tab.gif);
   font-family: Arial;
   font-size : 8pt;
   font-weight: bold;
   font-style: none;
   color : #ffffff;
}

.tab_over
{
   background-image: url(images/hvac_tabb.gif);
   font-family: Arial;
   font-size : 8pt;
   font-weight: bold;
   font-style: none;
   color : #FFF200;
   cursor: pointer;
}

.transblack
{
   background: #000000;
   font-family: Arial;
   font-size : 8pt;
   font-weight: normal;
   font-style: none;
   color : #ffffff;
   /*background-color: transparent;*/
   filter: alpha(opacity=80); -moz-opacity:0.8; opacity:0.8; -khtml-opacity:0.8; 
}

/* form styles*/
.tbox
{
   background-color: #dbdbdb;
   border-top : 1px solid #665f63;
   border-left : 1px solid #665f63;
   border-bottom : 1px solid #f2eff5;
   border-right : 1px solid #f2eff5;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size : 8pt;
}
/* navigation button styles*/
.navup
{
   border-top : 0px solid #ffffff;
   border-left: 1px solid #ffffff;
   border-bottom : 1px solid #ffffff;
   border-right : 1px solid #ffffff;
   background : #AAB7D7;
   font-family: Arial;
   font-size : 8pt;
   font-weight: bold;
   font-style: italic;
   color : #062A5E;
   cursor: pointer;
}

.navover
{
   border-top : 0px solid #ffffff;
   border-left: 1px solid #ffffff;
   border-bottom : 1px solid #ffffff;
   border-right : 1px solid #ffffff;
   background : #108F34;
   font-family: Arial;
   font-size : 8pt;
   font-weight: bold;
   font-style: italic;
   color : #ffffff;
   cursor: pointer;
}

<style> 

#dots { 
display: inline; 
margin: 0 0 0 0; 
padding: 0 0 0 0;
} 

#dots li {  
margin: 2 0 0 -15; 
padding: 0 0 0 0;
list-style-position: outside; 
} 

</style> 