body { 
   color: #555; 
   font: 8pt/12pt Helvetica, Sans-serif, Arial, Verdana;
   background: #f5ede3; 
   margin: 0px; 
   }


a:link, a:visited {
   color: #9685BA;
   letter-spacing: 1px; 
   text-decoration: underline; 
   }

a:hover, a:active {
   color: #B7A5DF;
   text-decoration: underline;
   }


p {
   font-size: 8pt/16pt;
   margin-top: 0px;
   text-align: justify;
   }



.title {
   color: #006699;
   font-family: Helvetica, Sans-serif, Arial, Verdana;
   font-size: 20px;
   font-weight:bold;
   text-align:center;
}


.hdr2 {
   color: #006699;
   font-family: Helvetica, Sans-serif, Arial, Verdana;
   font-size: 12px;
   font-weight:bold;
   text-align:left;
   margin-top: 10px;
   margin-bottom: 0px;
}


.txt2 {
   margin: 35px;
   margin-top: 0px;
   margin-bottom: 5px;
   text-align:left;
}




table.info {
   color: #555; 
   background:#FFFFFF;
   background-image:url(bg4_f5ede3.jpg);
   background-repeat:repeat-x;
   border:1px solid;
   border-color:gray;
   padding-left: 10px;
   padding-top: 10px;
   padding-right: 10px;
   padding-bottom: 10px;
   padding:5px 10px 5px 10px;
}





div#graybt a {
   font-size: 12pt;
   font-weight: bold;
   letter-spacing: 1px;
   text-decoration: none;
   padding: 5px 30px 5px 30px;
   border-right: 3px double black;
   border-left: 3px double black;
   }

div#graybt a:link, div#graybt a:visited {
   color: #d0d0d0;
   background: #a0a0a0;
   }

div#graybt a:hover, div#graybt a:active { 
   cursor: hand;
   color: #ffff00;
   background: #c0c0c0;
   }
