
link { color: #FFFFFF; }  /* for unvisited links */
visited { color: #FFFFFF;); } /* for visited links */
active { color: #FFFFFF; } /* when link is clicked */
hover { color: #CACACA; } /* when mouse is over link */
BODY {  

     background-color: #D1D1D1; 

     font-family: Verdana, Arial, Times, sans-serif;
      font-size: 10pt; 
      }
  H1, H2 {
      font-family: Verdana, Arial, Times, sans-serif; 
  color: black;
      font-weight: bold;
       }
H1 {
     /* changed*/
     text-align : center;
     font-size: 16pt;
     color: #FFFFFF;
   }
H2 { 
     /* changed*/
      font-size: 14pt; 
      color: #FFFFFF;
    }
FIELDSET {
          
     width : 700px;
}

TABLE  {font-family: Verdana, Arial, Times, sans-serif; 
      background-color: #C1C1C1; 
     width : 700px;
     color: black;
     font-size: 10pt;
     border : 0px;
}
TABLE.T1  {font-family: Verdana, Arial, Times, sans-serif; 
      background-color: #C1C1C1; 
     //width : 380px;
     color: black;
     font-size: 10pt;
     border : 0px;
}
TABLE.T2  {font-family: Verdana, Arial, Times, sans-serif; 
      background-color: #C1C1C1; 
     //width : 320px;
     color: black;
     font-size: 10pt;
     border : 0px;
}
P,TD,TH {font-family: Verdana, Arial, Times, sans-serif; 
     color: black;
     font-size: 10pt;
     border :0px;
  }


A  {
     font-family: Verdana, Arial, Times, sans-serif; 
     color:#808080;
     font-size: 10pt;
     text-decoration:none;
     font-weight: bold;
     border : 0px;
  }
A.out{color:#808080; font-weight:bold;}
A.in{color:#FFFFFF;font-weight:bolder;} 

HR {color:#CACACA;}
