a { 
     text-decoration: none;
     font-family : Arial, sans-serif;
     font-size : small
}
a:link { color: blue; }
a:visited { color: blue; }
a.tb:link { color: white; }
a.tb:visited { color: white; }
a.tb:hover { color: red; }
A.tb:active { color: white; }
td.blue {
     color : White;
     background-color : #0000FF;
     font-family : Arial, sans-serif;
     font-size : small
}
td.black {
      color : White;
      background-color : Black; 
      font-family : Arial, sans-serif;
      font-size : small
}
td.gray {
     	color : White;
     	background-color : Gray;
     	font-family : Arial, sans-serif;
     	font-size : small
}
td.white {
      color : Black;
      background-color : White; 
      font-family : Arial, sans-serif
}
td.tools {
      color : Black;
      background-color : White; 
      font-family : Arial, sans-serif;
      font-size : 8pt
}
DIV.footer {
    BORDER-RIGHT: #4169e1 1px solid;
    PADDING-RIGHT: 2px;
    BORDER-TOP: #4169e1 1px solid;
    PADDING-LEFT: 2px;
    FONT-WEIGHT: lighter;
    FONT-SIZE: x-small;
    PADDING-BOTTOM: 2px;
    MARGIN: 3px 6px 10px;
    TEXT-TRANSFORM: none;
    BORDER-LEFT: #4169e1 1px solid;
    COLOR: White;
    PADDING-TOP: 2px;
    BORDER-BOTTOM: #4169e1 1px solid;
    FONT-STYLE: normal;
    FONT-FAMILY: Verdana, Arial;
    BACKGROUND-COLOR: Teal;
    TEXT-ALIGN: right;
    FONT-VARIANT: normal;
    TEXT-DECORATION: none
}
DIV.title {
    FONT-WEIGHT: lighter;
    FONT-SIZE: x-small;
    COLOR: Blue;
    FONT-STYLE: normal;
    FONT-FAMILY: Verdana, Arial;
    BACKGROUND-COLOR: White;
    TEXT-ALIGN: Center;
    FONT-VARIANT: normal;
    TEXT-DECORATION: none
}
