<head> 
<style>

/* This style sheet page involves a ---- Blue or Grey ---   page background 
         on which you should put an ivory yellow # FFFFF0 table for the text. 
         For accents and other tables, 
         use plain blue # 0000FF and intermediate colors # bb,bb,D0 and # 94 A2 BE
         The code for an ivory yellow background is  ---> <body style="background-color: #FFFFF0"> 
         If you want a blue background use background-color: #003399   <--      */ 

body {background-color: #003399;
            font-family: Arial, Helvetica, "Sans serif"; font-size:12pt; 
             }
                
             
             
p {font-family: Arial, Helvetica, "Sans serif"; font-size:12pt;
   padding-left: 10pt;
   padding-right: 10pt
             }             
           
                                           
.tm      {border-collapse: collapse;
border:3px solid #111111; width: 600px;
cellpadding:10px;
background-color: #FFFFF0; 
color: #000000;
cellpadding: 10px;

margin: 0px; 
}
       
 /* code for a table only is <table class="tm"> */  
 
/* code to make a center format and then a table and a data row and data cell is            

<center>

    <table class="tm">
    	<tr><td>     

    	</td></tr>
    </table>
     
</center>

    */ 
    
    
    
.main  {border-collapse: collapse;
border-left:0px solid #111111; 
border-right:1px solid #111111; 
border-top:0px solid #111111; 
border-bottom:1px; 
font-family: Arial, Helvetica, Sans serif;
width: 750px;
background-color: #FFFFCC; 
color: #000000;
padding:0px; 
 
margin: 0px;
       }
    


a:link {color:#800000;}         /* unvisited link */
a:visited {color:#FF0000;}     /* visited link */
a:hover {background-color: #FFFF66;}     /* mouse over link */
a:active {color:#0000FF;}      /* selected link */


    

              }            
                      
h1, h2, h3, h4, h5, h6, p {margin-left: 15; margin-right: 15;
}

h1        {font-family: Arial, "Sans serif"; font-size:12pt; color="#800000"; text-align:center;
            }          
h2        {font-family: Arial, "Sans serif"; font-size:12pt; color="#003399";
            }
h3        {font-family: Arial, "Sans serif"; font-size:10pt; color="#800000";
            }
h4        {font-family: Arial, "Sans serif"; font-size:10pt; color="#0000FF";
            }
h5, h6    {font-family: Arial, Helvetica, "Sans serif"; font-size:10pt; color="#0000FF";
             }  
                      
          
                       
.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;
}
