
.noborder { 
  border: 0px ;
}

BODY {
  margin-left: 0px ;
  margin-right: 3px ;
  margin-bottom: 5px ;
  color: white ;
  background-color: #d00000 ;
  font-size: 12px ;
  font-family: helvetica, arial, verdana, sans-serif ;  
}

DIV.copyright { 
  width: 100% ;
  text-align: right ;
}


A {
  text-decoration: none ;
  font-size: 16px ;
  font-weight: bold;
}

A:link    { background: transparent ; color: white  }
A:visited { background: transparent ; color: white  }
A:hover   { background: transparent ; color: white  }


/* Tooltips */

TABLE.tooltipFG {
  border-collapse: collapse ;
  border: 1px solid black ;
  color: black ;
  background: #ffe0e0 ;
}

TABLE.tooltipBG {
  border-collapse: collapse ;
  border: 0px ;
}

.tooltipTEXT {
   font-size: 13px;
   color: black ;
   background: transparent ;
}
