TD, BODY
{
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 10pt;
  color: #212B87;
  leftmargin: 0;
  topmargin: 0; 
  marginwidth: 0;
  marginheight: 0;
  margin-left: 0pt;
  margin-right: 0pt;
  margin-top: 0pt;
  margin-bottom: 0pt;
}

BODY.HEADER
{
  background-image: url(../layout/header.gif);
  background-position: bottom left;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-color: #DDEDF3;
}

BODY.LOGO
{
  background-image: url(../layout/logo_top_left.gif);
  background-position: bottom left;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

BODY.MENU
{
  background-color: #BEDDEA;
}

BODY.MAIN
{
  background-color: #DDEDF3;
  leftmargin: 10;
  topmargin: 10; 
  marginwidth: 10;
  marginheight: 10;
  margin-left: 10pt;
  margin-right: 10pt;
  margin-top: 10pt;
  margin-bottom: 10pt;
}

FONT.PAGETITLE
{
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 11pt;
  font-weight: normal;
  color: #212B87;
}

A
{
  color: #212B87;
  text-decoration:underline;
  --font-weight:bold;
}

A.menu {
  text-decoration:none;
}

A.menu:hover {
  text-decoration:none;
}

A.menu:active {
  text-decoration:none;
}


A:hover
{
  --color:#000000;
  text-decoration:underline;
  --font-weight:bold;
}

A:active
{
  --color:#000000;
  text-decoration:underline;
  --font-weight:bold;
}

.button
{
  height:18;
  BORDER-LEFT: threedface 1px solid;
  BORDER-RIGHT: threedface 1px solid;
  BORDER-TOP: threedface 1px solid;
  BORDER-BOTTOM: threedface 1px solid; 
  background-color:'threedface';
}


