

/* 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       */ 

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:1px solid #111111; width: 550px;
background-color: #FFFFCC; color: #000000;
padding:25px; margin: 0px;
border-collapse: collapse; 
}
            
 /* code for a table only is <table class="tm"> */  
 
/* code to 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: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:800; color="#0000FF"; text-align:center;
            }
h4        {font-family: Arial, "Sans serif"; font-size:12pt; font-weight:800; color="#800000";
            }
h5, h6    {font-family: Arial, Helvetica, "Sans serif"; font-size:10pt; color="#000000";
                    
p   {margin-left: 15; margin-right: 15; 
            }
                       
.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;
         }
