<head>
<style>
/* page is named     ccs_ForPageFontTable and has a white background 
on which you put a yellow table for the text       */ 

 

body { background-image: url("images/bstrbk.gif");
background-color: #E8F1FF; color: #000000;
font-family: Arial, Helvetica, "Sans serif"; 
      font-size:12pt;              
            }

          
                       
.bodytext10pt  {font-family: Arial, Helvetica, "Sans serif"; font-size:10pt;
            }             
           
.tm      {width: 600px;

bordercolorlight=#808080;
 bordercolordark=#0000FF;
  border=1px;

background-color: #FFFFCC; color: #000000;
padding:20px; margin: 0px;
border-collapse: collapse; 
border-left:6px solid blue; border-right:6px solid blue; border-top:6px solid blue; border-bottom:6px solid blue;
font-family: Arial, Helvetica, "Sans serif";  
}             
             
 /* code for a table only is <table class="tm"> */  
 
/* code to CENTER and make a table and a data cell is            

<center>

    <table class="tm"><tr><td>     

    </td></tr></table>
    
    
</center>

    */ 
    
a:hover {background-color: #FFFF66;
}            
             
            
h1, h2, h3, h4, h5, h6, p {margin-left: 15; margin-right: 15;
}
h1        {font-family: Times New Roman, "Serif";
	font-size:18pt; text-align:center;
            }                    
h2        {font-family: Times New Roman, "Serif";
	font-size:14pt; text-align:center;
            }           
h3        {font-family: Times New Roman, Serif";
	font-size:12pt; text-align:center;
            }
            
h4        {font-family: Arial,"Sans serif";
	font-size:10pt;
            }                   
h5        {font-family: Arial, "Sans serif";
	font-size:8pt;;
            }                       
h6        {font-family: Arial, "Sans serif";
	font-size:6pt; 
             }
                    
p   {margin-left: 10; margin-right: 10; 
font-family: Aial, "Sans serif";
font-size:12pt;
}
                       
.indented
   {
   padding-left: 15pt;
   padding-right: 15pt;
   }
 /* code is p class="indented" */ 
            
                              
.tablemain {width: 600px;
background-color: #FFFFCC;
color: #000000;
padding:20px;
margin: 0px;
border-collapse: collapse;
border-color:#111111;
}



.td_color_1 {

	background-color: #009CBD;

}



.td_color_2 {

	background-color: #8E96A4;


}



.td_color_3 {

	background-color: #436197;






(/style>

