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

/* Main Color #811  */
/* Button Color #611 - TD.link this page */
/* background:#AAB also style="background:#EEF" or sometimes BGCOLOR=#AAAABB which requires six digits */
/* default font = TD this page */
/* 3D effect style="border:inset 1px #DDDDDD" */
/* test menu groups style="border:solid 1px #DDDDDD" */
/* TD.localtitle {color:#811;...background:#EEF;} */

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

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