A: {
   text-decoration: none;
}

A:link {
   text-decoration: none;
   color: #003399;
}
A:visited {
   text-decoration: none;
   color: #003399;
}
A:hover {
   text-decoration: underline;
   color: #007f00;
}
A:active {
   text-decoration: underline;
   color: #007f00;
}

TD.HIGHLIGHT, DIV.HIGHLIGHT {
   background-color: #DCDCDC;
}

TD.INHIGHLIGHT,  DIV.INHIGHLIGHT {
   background-color: #DCDCDC;
}

ul {
padding: 10;
margin: 10;
}

TABLE.FANCY  {
   border: 1px solid #DCDCDC;
}

.FANCY TR.ODDROW {
   background-color: #DCDCDC;
}

.FANCY TR.EVENROW {
   background-color: #ffffff;
}

.FANCY TD.TITLE {
   text-align : left;
   width: 300px;
   font-weight: bold;
}

.FANCY TD.GOOD {
   text-align : center;
   font-weight: bold;
   color: blue;
   width: 100px;
}

.FANCY TD.BAD {
   text-align : center;
   font-weight: bold;
   color: red;
   width: 100px;
}

.FANCY TD.NEUTRAL {
   text-align : center;
   font-weight: bold;
   width: 100px;
}
