

/* This style sheet page is named -->    ccsBodyFontArial <--- and is used 
--->  with the JBS Radial theme <--- which has a light grey page background 
         on which you should put a yellow table for the text 
         the bright blue is hex 00,00,FF, and the bright red is hex FF,00,00      */ 
         
body { background-color: #003399;
                        color: #000000;
                    font-family: Arial, Helvetica, "Sans serif";
                   font-size:12pt; 
             }

             
.bodytext10pt  {font-family: Arial, Helvetica, "Sans serif"; font-size:10pt;
            }             
             
.tm      {border:2px solid #111111; width: 600px;
background-color: #FFFFCC; color: #000000; margin: 0px; cellpadding: 10px;
border-collapse: collapse;
font-family: Arial, Helvetica, "Sans serif";  
}

.main  {width: 735px;
border-collapse: collapse;
border-left:0px solid #111111; 
border-right:1px solid #111111; 
border-top:0px solid #111111; 
border-bottom:7px solid #111111; padding-bottom:10px; font-family:Arial, Helvetica, Sans serif; width:735px; background-color:#FFFFCC; color:#000000; margin:0px; 
cellpadding:10px; 10px;   
}

            
 /* code for a table only is <table class="tm"> */  
 
/* code to make a table and a data cell is            

<div align="left">
   <table class="tm"><tr><td>     

    </td></tr></table>
</div>


    */ 
    
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:14pt; font-weight:900; color="#0000FF"; text-align:center;
            }          
h2        {font-family: Arial, "Sans serif"; font-size:14pt; font-weight:900; color="#800000";
            }
h3        {font-family: Times New Roman, "Serif"; font-size:12pt; font-weight:900; color="#0000FF"; text-align:center;
            }
h4        {font-family: Arial, "Sans serif"; font-size:12pt; font-weight:900; color="#800000";
            }
h5, h6    {font-family: Arial, Helvetica, "Sans serif"; font-size:10pt; font-weight:900; color="#000000";
             }  
                      

.floatright
{
float: right;
margin: 5pxpx;
border: 1px solid #000000;
padding: 2px;
}
          



                       
.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;
         }
