A:link, A:active 
{
  color           :       #00536A;
  background      :       transparent;
}

A:visited 
{
  color           :       #002237;
  background      :       transparent;
}

A:hover 
{
  color           :       #002237;
  background      :       transparent; 
}

.border
{
  border : 1px solid #000000;
}

.borderbottom {
  border-bottom : 1px solid #000000;
}

.bordertop {
  border-top : 1px solid #000000;
} 

A.menu:link, A.menu:active 
{
  text-decoration :       none;
  color           :       #FFFFFF;
  background      :       transparent
}

A.menu:visited 
{
  color           :       #FFFFFF;
  background      :       transparent;
  text-decoration :       none
}

A.menu:hover 
{
  color           :       #000000;
  background      :       transparent; 
  text-decoration :       none;
}

.menufont
{
  font-size: 8pt;
  font-weight: none;
}


.pagefont
{
  font-size: 8pt;
}

.pageselect
{
  color : #000000;
  font-size: 8pt;
  font-weight: bold;
}

.menuline
{
  background:             #FFFFFF;
}

.contentkop
{
  color:             #784179;
  font-size: 10pt; 
  font-weight: none;
}

body
{
  background: #FFFFFF;
  color: #000000;
  font-family: "verdana";
  font-size: 8pt;
  margin: 0;
  overflow-y :scroll; 
}

td
{ 
  font-family: "verdana";
  font-size: 8pt;
}

#alert
{
  border : 1px solid #000000;
  background: red;
  color: white;
  padding: 5px;
  width: auto;
  text-align: center;
}

