<!--
BODY, TABLE, TH, TR, TD, SPAN, h1, h2, h3, h4, h5, h6 {color: #000000; font-family: verdana, helvetica, arial, sans-serif;}

BODY { background-color: #ffffff; } /* must be its own class */

A:link{color:#0000ff;text-decoration:none;}
A:visited{color:#660099;text-decoration:none;}
A:active{color:#990000;}
A:hover{color:#990000;text-decoration:underline;}

h1, h2, h3, h4, h5, h6 {padding: 0px; margin: 0px; border-width: 0px; font-weight: normal;}


/* 
 * Custom color tabs styles 
 * NOTE: missing bgcolor and font colors are intentional
 * They are in a dynamic css and should not be overwritten
 */
td.tabon {
  background: no-repeat top left;
  height: 20px;
}
div.tabon { 
  background: no-repeat top right;  
  font-size: .75em; 
  font-weight: bold; 
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
}
.tabon A:link { text-decoration: none;}
.tabon A:visited { text-decoration: none; }
.tabon A:active { text-decoration: none; }
.tabon A:hover { text-decoration: none; }
td.taboff {
  background: no-repeat top left;
  height: 20px;
}
div.taboff { 
  background: no-repeat top right;  
  font-size: .75em; 
  font-weight: bold; 
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
}
.taboff A:link { text-decoration: none;}
.taboff A:visited { text-decoration: none; }
.taboff A:active { text-decoration: none; }
.taboff A:hover { text-decoration: none; }
/* End Custom color tabs */




