BODY{
  color                 : black;
  font-size             : 13px;
  background-color      : #b5fdd3;
  background-repeat     : repeat;
  background-attachment : scroll;
  background-position   : 0% 0%;
}
TABLE.display{
  background-color      : transparent;
}
H1{
  color                 : white;
  text-align            : center;
  border-left-color     : #996666;
  padding-top           : 0px;
  padding-right         : 0px;
  padding-bottom        : 0px;
  padding-left          : 10px;
  border-style          : solid;
  border-top-width      : 0px;
  border-right-width    : 0px;
  border-bottom-width   : 0px;
  border-left-width     : 0px;
  background-color      : #004080;
}
H2{
  color                 : #004080;
  text-align            : center;
  border-left-color     : #996666;
  padding-top           : 0px;
  padding-right         : 0px;
  padding-bottom        : 0px;
  padding-left          : 10px;
  border-style          : solid;
  border-top-width      : 0px;
  border-right-width    : 0px;
  border-bottom-width   : 0px;
  border-left-width     : 0px;
}
H3{
  color                 : #004080;
  text-align            : center;
  border-left-color     : #996666;
  padding-top           : 0px;
  padding-right         : 0px;
  padding-bottom        : 0px;
  padding-left          : 10px;
  border-style          : solid;
  border-top-width      : 0px;
  border-right-width    : 0px;
  border-bottom-width   : 0px;
  border-left-width     : 0px;
}
HR{
  color                 : #004080;
  height                : 3px;
}
P{
  color                 : black;
}
A{
  text-decoration       : none;
}
A:LINK{
  color                 : #0000FF;
  text-decoration       : underline;
}
A:VISITED{
  color                 : #800080F;
  text-decoration       : underline;
}
A:HOVER{
  color                 : #FF0000;
  background-color      : #F5DEB3;
  text-decoration       : underline;
}
A:ACTIVE{
  text-decoration       : underline;
}
UL{
  color                 : black;
  list-style-position   : outside;
  margin-top            : 1px;
}
TH{
  background-color      : #00cccc;
  font-size             : 14px;
  font-weight           : 600;
  white-space           : nowrap;
}
TD{
  color                 : black;
  font-size             : 13px;
  white-space           : nowrap;
}
TR.oddline{
  background-color      : #7afcb1;
}
TR.evenline{
  background-color      : #b5fdd3;
}
TR.inputline{
  background-color      : #c0c0c0;
}
