body
{
    BACKGROUND-COLOR: #FFFFFF;
    COLOR: Black;
    FONT-FAMILY: Arial;
    FONT-SIZE: 12px
}

H1
{
    FONT-FAMILY: Arial;
    FONT-SIZE: 18px
}

H2
{
    FONT-FAMILY: Arial;
    FONT-SIZE: 14px;
    FONT-WEIGHT: bold
}

H3
{
    FONT-FAMILY: Arial;
    FONT-SIZE: 13px;
    FONT-STYLE: italic;
    FONT-WEIGHT: normal
}

a
{
    COLOR: red;
}

a:visited
{
    COLOR: black;
}

a:active
{
    COLOR: black;
    FONT-WEIGHT: 600
}

a:link
{
    COLOR: black;
}

td
{
    COLOR: black;
    font-size: 8pt;
    vertical-align: top;
}


p
{
  font-family: Arial;
  font-size: 8pt;
}


li
{
  font-family: Arial;
  font-size: 8pt;
  font-weight: bold;
}

img
{
  border: 0;
}

ul
{
text-align: left;
}

.menurow
{
  cursor: hand;
  background: #003047;
}

.menurow_over
{
  cursor: hand;
  background: #666666;
}

.menurow_selected
{
  cursor: hand;
  background: #666666;
}

.menuitem
{
  padding-left: 5px;
  border-bottom: solid white 1px;
  color: white;
  font-weight: bold;
  height: 20;
  vertical-align: middle;
  cursor: hand;
}

.menutext
{
  color: white;
  font-weight: bold;
  cursor: hand;
}

.scrollbar
{
  scrollbar-base-color:#D0D2F2; 
  scrollbar-shadow-color:#D0D2F2; 
  scrollbar-darkshadow-color:#D0D2F2;
  scrollbar-highlight-color:#D0D2F2; 
  scrollbar-arrow-color:#D0D2F2; 
  scrollbar-track-color:#FFFFFF;
  scrollbar-face-color: #FFFFFF;
}


.headertext
{
  font-family: arial;
  font-size: 12pt;
  font-weight: bold;
  color: #003047;
  text-align: left;  
}

.subheadertext
{
  font-family: arial;
  font-size: 11pt;
  color: #666666;
  text-align: left;  
}


.standardtext
{
  font-family: arial;
  font-size: 10pt;
  color: #406476;
  text-align: left;  
}

.ul
{
  font-family: arial;
  font-size: 10pt;
  text-align: left;  
}

.errorMark
{
    color:Red;
    font-weight:bold;
}

.text
{
  text-align: justify;
  padding: 8px;
}
