

/* 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  {border:2px solid #111111; width: 735px;
background-color: #FFFFCC; color: #000000; margin: 0px; cellpadding: 10px;
border-collapse: collapse;
font-family: Arial, Helvetica, "Sans serif";  
}





            
 /* 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-weight: 800; 
color: blue; 
	font-size:14pt;
	font-family: Times New Roman, "Serif"; 
	text-align:center;
	            }
                                
h2        {font-family: Arial,"Sans serif";
color: blue;
	font-weight: 800;	
	font-size:12pt; text-align:center;
            }           
h3        {font-family: Arial,"Sans serif";
color: blue;
	font-weight: 800;	
	font-size:12pt;
            }
            
h4         {font-family: Times New Roman, "Serif";
font-weight: 800; 
color: blue; 
	font-size:12pt; 
	text-align:center;
	            }
	                              
h5        {font-family: Arial, "Sans serif";
color: blue;
	font-weight: 800;	
	font-size:10pt;;
            }                       
h6        {font-family: Arial, "Sans serif";
color: blue;
	font-weight:8700;	
	font-size:6pt; 
             }
                    
p   {margin-left: 10; margin-right: 10; 
            }
                       
.indented
   {
   padding-left: 15pt;
   padding-right: 15pt;
   }
 /* code is p class="indented" */ 
 
 
 .navcontainer a
{
display: block;
color: #800000;
background-color: transparent;
width: 7em;
font-size:10pt;
text-decoration: none;
border-top: 3px solid #FFFFFF;
border-left: 3px solid #FFFFFF;
border-right: 2px solid #000000;
border-bottom: 2px solid #000000;
}

.navcontainer a:hover
{
background-color: #2E2EFF;
color: #ffffff;
border-top: 2px solid #000000;
border-left: 2px solid #000000;
border-right: 3px solid #D1D1FF;
border-bottom: 3px solid #D1D1FF;
}

                             
.tablemain {width: 600px;
background-color: #FFFFCC;
color: #000000;
padding:20px;
margin: 0px;
border-collapse: collapse;
border-color:#111111;
         }