A
{
    COLOR: blue;
    TEXT-DECORATION: none
}
A:hover
{
    COLOR: red;
    TEXT-DECORATION: underline
}
HR
{
    COLOR: gray
}
H1
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 20px;
    TEXT-TRANSFORM: uppercase;
    COLOR: gray;
    LINE-HEIGHT: 22px;
    FONT-FAMILY: "Century Gothic"
}
H2
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 16px;
    TEXT-TRANSFORM: uppercase;
    COLOR: silver;
    LINE-HEIGHT: 20px;
    FONT-FAMILY: arial,sans-serif
}
BODY
{
    FONT-SIZE: small;
    /* BACKGROUND: #ffffcc; */
    COLOR: black;
    FONT-FAMILY: arial,sans-serif
}
TD
{
    FONT-SIZE: 12px;
    FONT-FAMILY: arial,sans-serif
}
TH
{
    FONT-SIZE: 12px;
    FONT-FAMILY: arial,sans-serif
}

/* begin CSS for splash ad */
#splash {
  position: absolute;
  background: #FFFF99;
  top: 150;
  left: 275;
  height: 250;
  width:250;
  border: 3px solid gray;
}

#splashHeader {
  height: 20px;
  width: 250px;
  background: #9999CC;
  font: bold 10pt verdana; 
  color: #FFFFFF;
}

#splashClose {
  height: 20px;
  width: 20px;
  float: right;
}
#splashClose img {
  border: 0;
}

#splashBody {
  text-align: center;
  padding: 10px;
  font-weight: bold;
  width: 230;
  height: 165;
  font: bold 11pt arial; 
}

#splashFooter {
  height: 45px;
  width: 250;
  background: #CCCC33;
  text-align: center;
  vertical-align: middle;
  line-height: 45px;
  font-weight: bold;
}
/* end CSS for splash ad */
