body
{

  font-family: Century Gothic, Verdana, Arial;
  font-size: 12pt;
  font-style: normal;
  line-height: normal;
  font-weight: normal;
  font-varient: normal;
  color: #333366;
  background-color: #fff;

}

table
{

  font-family: Century Gothic, Verdana, Arial;
  font-size: 12pt;
  font-style: normal;
  line-height: normal;
  font-weight: normal;
  font-varient: normal;
  color: #333333;

}

.row
{
  background-color: #fff;
}

tr.row:hover
{
  background-color: #f3f3f3;
}

a
{

  font-family: Century Gothic, Verdana, Arial;
  font-size: 12pt;
  font-style: normal;
  line-height: normal;
  font-weight: normal;
  font-varient: normal;
  color: #333333;
  text-decoration: none;

}

a:hover
{

  font-family: Century Gothic, Verdana, Arial;
  font-size: 12pt;
  font-style: normal;
  line-height: normal;
  font-weight: normal;
  font-varient: normal;
  color: #333333;
  text-decoration: underline;

}

input
{

  border: 1px solid #333366;
  font-size: 12pt;
  font-color: #333333;
  background: #FFFFFF;
  color: #333333;

}


select
{

  border: 1px solid #333366;
  font-size: 12pt;
  font-color: #333333;

}

.content
{

  color: #333333;

}

#dhtmltooltip {
  position: absolute;
  width: 150px;
  border: 1px solid #000000;
  padding: 2px;
  background-color: lightyellow;
  visibility: hidden;
  z-index: 100;
  /*Remove below line to remove shadow. Below line should always appear last within this CSS*/
  /*filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);*/
}












