/*=======================================================*/
/*             Search and replace targets                */
/*=======================================================*/

/* Main Color #440000 - Dark aqua blue */
/* Button Color #DD0033 - white TD.link this page */
/* background:#AAB also style="background:#AAB" or sometimes BGCOLOR=#AAAABB which requires six digits */
/* style="background:#400" for a lot of the borders*/
/* default font = TD this page */
/* 3D effect style="border:inset 1px #DDDDDD" */
/* test menu groups style="border:solid 1px #DDDDDD" */
/* TD.localtitle {color:#440000;...background:#FFFFCC;} */

a:link   { color: #D4DDEE;}
a:active { color: #D4DDEE;}
a:visited{ color: #D4DDEE;}
a:hover  { color: #F41;}
a.nav:link   { color: #FFFFFF; text-decoration: none;
               font-weight:bold; font-size:10pt;
               font-family: sans-serif;
}

a.nav:visited{ color: #FFFFFF; text-decoration: none;
               font-weight:bold; font-size:10pt;
               font-family: sans-serif}
a.nav:hover  {
               color: #440000; text-decoration: underline;
               font-weight:bold; font-size:10pt;
               font-family: sans-serif;
               }
EM {
     color:#C00;
     font-style: normal;
     font-weight:normal;
   }
TD {
     font-size:8pt;
     font-family: 'Arial','Comic Sans MS','sans-serif';
     color:#440000;
}
TD.m2 {
     text-align:center;
     background:#440000;
     font-size:8pt;
     font-weight:normal;
     color:#FFFFFF;
     font-family: 'arial',sans-serif;
     align:center;
   }
TD.footer {
     text-align:center;
     background:#440000;
     font-size:8pt;
     font-weight:normal;
     color:#FFFFFF;
     font-family: 'arial',sans-serif;
     align:center;
   }
TD.edits {
     text-align:center;
     background:#FFFFCC;
   }
TD.m3 {
     text-align:center;
     background:#440000;
   }
TD.toptitle {
     font-weight:bold;
     text-align:center;
     background:#440000;
     color:white;
   }
TD.titledirections {
     font-weight:bold;
     text-align:justify;
     background:#440000;
     color:white;
   }
TD.links {
     font-weight:bold;
     text-align:left;
     background:#FFFFCC;
     color:#440000;
     valign:center;
   }
TD.itemdirections {
     font-weight:normal;
     text-align:center;
     background:#FFFFCC;
     color:#440000;
     valign:center;
   }
TD.itemdirectionsleft {
     font-weight:bold;
     text-align:left;
     background:#FFFFCC;
     color:#440000;
     valign:top;
   }
TD.misseditems {
     text-align:left;
     background:#FFFFCC;
     color:#440000;
   }
H3{
     color:#440000;
     font-weight:bold; 
     font-size:12pt;
     font-family: 'Arial';
  }
TD.link {color:#440000;
         font-weight:bold;
         font-size:12pt;
         text-align:center;
         font-family:sans-serif;
         background:#FF9933;
         border:outset 1px #DDD;}
input { 
  color: #400;
  font-size:8pt;
  border-top:solid 1px #400;
  border-right:solid 1px #400;
  border-bottom:solid 1px #400;
  border-left:solid 1px #400;
  background:#F8F8F8;
}

input.plain { 
  color: #400;
  font-size:8pt;
  border-top:solid 0px #400;
  border-right:solid 0px #400;
  border-bottom:solid 0px #400;
  border-left:solid 0px #400;
  background:#FFFFCC;
}

select { 
  color: #400;
  font-size:8pt;
  border-top:solid 1px #400;
  border-right:solid 1px #400;
  border-bottom:solid 1px #400;
  border-left:solid 1px #400;
  background:#F8F8F8;
}

TD.disabledlink {color:#AAA;
         font-weight:normal;
         font-size:10pt;
         text-align:center;
         font-family:sans-serif;
         background:#FF9933;
         border:outset 1px #DDD;}