A          { color: #620000; text-decoration: underline; }
A:link     { color: #620000; text-decoration: underline; }
A:visited  { color: #620000; text-decoration: underline; }
A:active   { color: #620000;  }
A:hover    { color: #620000;  }

.text 
{
  FONT-SIZE: 10px; COLOR: #202020; FONT-FAMILY: Arial; TEXT-DECORATION: none
}

.text2 
{
  FONT-SIZE: 11px; COLOR: #202020; FONT-FAMILY: Trebuchet MS; TEXT-DECORATION: none
}

.text:hover 
{
  TEXT-DECORATION: underline
}

.scroll 
{
  SCROLLBAR-FACE-COLOR: #f7f8f6; SCROLLBAR-HIGHLIGHT-COLOR: #620000; SCROLLBAR-SHADOW-COLOR: #620000; SCROLLBAR-3DLIGHT-COLOR: #f7f8f6; SCROLLBAR-ARROW-COLOR: #620000; SCROLLBAR-TRACK-COLOR: #f7f8f6; SCROLLBAR-DARKSHADOW-COLOR: #f7f8f6; SCROLLBAR-BASE-COLOR: #620000
}

.hyperlink 
{
  FONT-SIZE: 11px; COLOR: #620000; FONT-FAMILY: Trebuchet MS; TEXT-DECORATION: underline
}

.smallhyperlink 
{
  FONT-SIZE: 10px; COLOR: #620000; FONT-FAMILY: Arial; TEXT-DECORATION: underline
}

LI.list {
  list-style-type:circle;
  margin-left: 0em;
}

/* the style for the description of a list in the listing of lists */
.listdescription {
  margin-left: 4em;
}


TABLE.clsForm TH, BLOCKQUOTE TH
{
  text-align:left;
}

