BODY {
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   color: Navy;
   font-size: medium;
}
table.l{
 background-color: #4169E1;
}
tr.r{
 color: white;
}
 tr.m {
 }
tr.n{
 background-color: white;
}
a{
   color: Blue;
   text-decoration: none;
   font-weight: bold;
}
a:link{
   color: Blue;
   text-decoration: none;
   font-weight: bold;
}
a:visited{
   color: #483D8B;
   text-decoration: none;
   font-weight: bold;
}
a:hover{
   color: #DAA520;
   text-decoration: none;
   font-weight: bold;
}
 h3 {
   font-size: large;
}
 h3.m {
   font-size: medium;
}
 p.xs {
   font-size: x-small;
}
 p.xxs {
   font-size: xx-small;
}
 td{
   font-size: small;
 }
 td.s {
   font-size: small;
}
 td.xs {
   font-size: x-small;
}
 td.xxs {
   font-size: xx-small;
}
 td.red {
   font-size: small;
   color: Red;
}
 td.b {
   border: none White;
}
 td.g {
   border: none White;
}
 td.w {
   border: none White;
}
 td.r {
   border: none White;
}
 td.k {
   border: none White;
}
 td.n {
   border: none White;
}
 input{
   font-family: Consolas, OratorStd, "Lucida Console", "LetterGothicStd-Bold", "Courier New", Monospace;
   font-size: medium;
}
 input.red {
   border: none White;
   color: Red;
   font-size: large;
}
 input.bnone {
   border: none White;
   font-size: large;
}
 input.g {
   background-color: #FAFAD2;
   border: 1px outset;
}
 input.b {
   background-color: #CBEAFA;
   border: 1px outset;
}
 input.n {
   background-color: #D5D5D5;
   border: 1px outset;
}
 input.r {
   background-color: #FFD7DD;
   border: 1px outset;
}
 input.k {
   background-color: white;
   border: none;
}
 input.w {
   background-color: #FFCC33;
   border: 1px outset;
}
 input.t {
   background-color: white;
   border: none;
   color: Red;
}
 div.m {
   font-size: medium;
}
 div.s {
   font-size: small;
}
 div.xxs {
   color: white;
   font-size: xx-small;
}
 textarea.xs {
   font-family: Consolas, OratorStd, "Lucida Console", "LetterGothicStd-Bold", "Courier New", Monospace;
   font-size: medium;
   color: Navy;
   border: none White;
}
 legend.s {
   font-size: small;
   border: 1px outset;
}
 legend.xs {
   font-size: x-small;
   border: 1px outset;
}
FIELDSET {
   border: 1px solid Silver;
   font-size: small;
   color: Blue;
}