body
{
  font-family: Arial;
  font-size: 8pt;
}

p
{
  font-family: Arial;
  font-size: 8pt;
}

td
{
  font-family: Arial;
  font-size: 8pt;
}

li
{
  font-family: Arial;
  font-size: 8pt;
  font-weight: bold;
}

a
{
  text-decoration: none;
}

a::hover
{
  color: #1A0083;
}

.menurow
{
  cursor: hand;
  background: #9CA5CE;
}

.menurow_over
{
  cursor: hand;
  background: #6B6DB1;
}

.menurow_selected
{
  cursor: hand;
  background: #6B6DB1;
}

.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: #422F87;
  text-align: left;  
}

.subheadertext
{
  font-family: arial;
  font-size: 12pt;
  color: #422F87;
  text-align: left;  
}


.standardtext
{
  font-family: arial;
  font-size: 10pt;
  color: #422F87;
  text-align: left;  
}

.ul
{
  font-family: arial;
  font-size: 10pt;
  text-align: left;  
}

a:link
{
    color: #422F87;
    text-decoration: underline;
}

a:visited
{
    color: #422F87;
    text-decoration: underline;
    font-style: italic;
}

a:hover 
{
    color: #D0D2F2;
    text-decoration: underline;
}

.ErrorMark
{
    color:Red;
    font-weight:bold;
}

