
.bodytext 
{ 
  color: white; 
  background-color: black;
  font-size: 14px; 
  font-family: Helvetica;
  whitespace: nowrap;
}

.header
{
  margin-top: -3px;
}

.bodytext-link 
{ 
  whitespace: nowrap;
  color: #ffffff; 
  visited: #ffffff;
  background-color: black;
  font-size: 14px; 
  font-weight: normal;
  font-family: Helvetica;
  text-decoration: none;
}

.highlight
{
  color: #01a;
}

.standard
{
  color: #222;
}

.title
{
  font-size: 12px;
  font-weight: bold;
  color: #000;
}

.notify 
{ 
  color: red; 
  background-color: white;
  font-size: 11px; 
  font-family: Arial, Verdana, Helvetica 
}

.download 
{ 
  color: #f00; 
  background-color: white;
  font-weight: bold; 
  font-size: 10px; 
  font-family: Verdana, Arial, Helvetica; 
  text-decoration: none;
}

.purchase 
{ 
  color: #df7b6f; 
  background-color: white;
  font-weight: bold; 
  font-size: 10px; 
  font-family: Verdana, Arial, Helvetica; 
  text-decoration: none;
}

.errortext 
{ 
  color: white; 
  background-color: white;
  background: red;
  font-weight: bold; 
  font-size: 14px; 
  font-family: Arial, Verdana, Helvetica 
}

.purchase 
{ 
  color: #943; 
  background-color: white;
  font-weight: bold; 
  font-size: 10px; 
  font-family: Verdana, Arial, Helvetica; 
  text-decoration: none; 
}

.leftnavtext 
{ 
  color: #336; 
  background-color: white;
  font-weight: bold; 
  font-size: 10px; 
  font-family: Verdana, Arial, Helvetica; 
  text-decoration: none; 
}

.leftcurnavtext 
{ 
  color: #bbb; 
  background-color: white;
  font-weight: bold; 
  font-size: 10px; 
  font-family: Verdana, Arial, Helvetica; 
  text-decoration: none; 
}

.leftquote 
{ 
  color: #336; 
  background-color: white;
  font-weight: bold; 
  font-size: 11px; 
  line-height: 20px; 
  font-family: Verdana, Arial, Helvetica; 
  text-decoration: none 
}

a 
{ 
  font-weight: bold 
}

a:hover{text-decoration:underline}

table.border {
  font-family: verdana,geneva,arial,helvetica,sans-serif;
  color: black;
  background-color: white;
  font-size: 10pt;
  page-break-inside: avoid;
  border-color: black;
  border-width:1px;
  border-style:solid;
  border-collapse:collapse;
}


