A:link {
  text-decoration: none;
  color: #0000CC;
}

A:visited {
  text-decoration: none;
  color: #0000CC;
}

A:active {
  text-decoration: none;
  color: #CC0033;
}

BODY {
<!---  background: url(/images/redtriangle-plus.jpg) no-repeat white; --->
  font-size: 11pt;
  font-family: Arial;
}
BODY.plus {
  background: url(/images/redtriangle-plus.jpg) no-repeat white;
  font: Arial 11pt;

}
TD.plain { 
  background-image: none;
}

TD.side {
  background: url(/images/sidebar.jpg) no-repeat white;
}

TD.main {
  background: white url(/images/redtriangle.jpg) no-repeat 5px;
}  

FONT.sec-header {
  font-size: 15pt;
  font-family: Arial;
  font-weight: bold;
  color: #013666;
}