@charset "UTF-8";
/* CSS Document */


#tab1 {
  color: #fff;
  height:185px;
  width:605px;
  font-size: 8pt;
  font-family: Arial;
}
#tab2 {
  color: #fff;
  height:185px;
  width:605px;
  font-size: 8pt;
  font-family: Arial;
}
#tab3 {
  color: #fff;
  height:185px;
  width:605px;
  font-size: 8pt;
  font-family: Arial;
}

td.gilTab_taboff {
  background-image: url(../images/tab_off.png);
  background-repeat:no-repeat;
  color: #00CC00;
  height: 37px;
  width:204;
  font-size: 8pt;
  font-family: Arial;
}
td.gilTab_tabon {
  background-image: url(../images/tab_on.png);
  background-repeat:no-repeat;
  color: #000;
  height: 37px;
  width:204;
  font-size: 8pt;
  font-family: Arial;
}
td.gilTab_tabmouseover {
  background-image: url(../images/tab_off.png);
  background-repeat:no-repeat;
  color: #000098;
  height: 37px;
  width:204;
  font-size: 8pt;
  font-family: Arial;
}