  /* embed font */
@font-face {
  font-family:Tahoma;
  font-style:  normal;
  font-weight: normal;
  src: url(TAHOMA0.eot);
  }
.all{
  font-size:9pt;
  font-style: normal;
  font-family: Tahoma,sans-serif;
  color:#999999;
  background-color:#FFFFFF;
  }
body{
  margin: 0em;
  background-color: #FFFFFF;	
  color: #999999;
  font-size:9pt;
  font-style: normal;
  cursor: default;

  scrollbar-face-color: #E0E0E0;
  scrollbar-highlight-color: #F3F3F3;
  scrollbar-shadow-color: #E8E8E8;
  scrollbar-3dlight-color: #FFFFFF;
  scrollbar-arrow-color: #AA2727;
  scrollbar-track-color: #F3F3F3;
  scrollbar-darkshadow-color: #666666;
  }

  /* copyright styles */

#copyright{
  font-size: 9px;
  font-style: normal;
  font-weight: normal;
  font-family: Arial, sans-serif;
  color: #CCCCCC;
  background-color:#FFFFFF;
  position: absolute;
  left: 20px;
  padding: 15px;
}
#srcbox{
  color: #999999;
  background-color:#F0F0F0;
  border-style: solid;
  border-width: 1px;
  border-color: #999999;
  }

  /* basic link styles*/

a{
  color: #006699;
  background-color:transparent;
  font-weight: normal;
  text-decoration: none;
  cursor: pointer;
  }
a:hover{
  color:#000000;
  background-color: #F6F6F6;
  }
a:visited{
  color:#000000;
  background-color:transparent;
  }
a:active{
  color:#000000;
  background-color:transparent;
  }

/* table styles*/

table{
  font-size:9pt;
  font-family: Tahoma,sans-serif;
  }
div{
  font-weight:bold;
  font-size: 10pt;
  color: #006699;
  background-color:transparent;
  }

/* form styles */

input,textarea{
  font-weight: normal;
  font-size: 9pt;
  color: #999999;
  background-color: #F0F0F0;
  border-style: solid;
  border-width:1px;
  border-color: #999999;
  }

/* list - news styles */

li{
  font-size:9px;
  color:#006699;
  background-color:transparent;
  }
.news{
  font-size:9px;
  background-color:transparent;
  }
.header{
  color:#006699;
  background-color:transparent;
  font-weight: bold;
}

/* table bg aimges */
.tblbg{
background: URL('images/baredge.gif');
background-repeat: no-repeat;
}

/* mac styles */
.macwin{
  font-size:11px;
  color:#666666;
  padding: 5px;
  background-color:#f1f1f1;
}

/* buestbook bg */
.mybg{
background: URL('/images/gb_newbg.gif');
}
