a{
  color: black;
  text-decoration: underline;
}
a:visited{
 color: black;
 text-decoration: underline;
}
.red{
  color: #990000;
  text-decoration: none;
}
a:hover{
 color: blue;
 text-decoration: underline;
}
a.noline{
  color: black;
  text-decoration: none;
}
a.noline:visited{
  color: black;
  text-decoration: none;
}
a.noline:hover{
  color: black;
  text-decoration: underline;
}
a.blue, a.blue:hover, a.blue:visited{
  color: blue;
}
a.red, a.red:hover, a.red:visited{
  color: #990000;
  text-decoration: none;
}

.small{
  font-size: 8px;
}
td,body{
  font-family: Arial, sans-serif; 
  font-size: 10pt;
}
td.top{
  border-top: 1px #000000 solid; 
}
td.bottom{
  border-bottom: 1px #000000 solid; 
}
td.topandbottom{
  border-top: 1px #000000 solid; 
  border-bottom: 1px #000000 solid; 
}
td.topandbottom2{
  border-top: 1px #C0C0C0 solid; 
  border-bottom: 1px #C0C0C0 solid; 
}
td.boxInLight{
  outline: #C0C0C0 solid 1px;
  border-top: 1px #C0C0C0 solid; 
  border-bottom: 1px #C0C0C0 solid; 
  border-left: 1px #C0C0C0 solid; 
  border-right: 1px #C0C0C0 solid; 
  padding: 10px;
}
td.bottom{
  border-bottom: 1px #C0C0C0 solid; 
}
.lightborder {
  /* border: 1px solid #A8A8A8; */
}
.smallTF{
font-size: 8pt;
font-family: arial;
}
.lighter{
  color: #555555;
}