

/* 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: Arial, "Sans serif";
	font-size:18pt; text-align:center;
            }                    
h2        {font-family: Arial, "Sans serif";
	font-size:14pt; text-align:center;
            }           
h3        {font-family: Arial, Sans 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: 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;
         }