/*--------------------------------------------------------------------------------------------------*/
.upperCase {
	background-color: #A8E2FF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 3px;
	float: none;
}
h1 {  
     /*18px*/  
     font-size:138.5%;     
 } 
 h2 {  
    /*14px*/  
     font-size:108%;    
 } 
 h3 {  
     /*13px*/  
	      font-size:100%;     
 } 
 h4 {  
     /*12px*/  
	      font-size:93%;     
 } 
 h5 {  
     /*11px*/  
	      font-size:85%;     
 } 
 h6 {  
     /*10px*/  
	      font-size:77%;     
 } 
 h1,h2,h3,h4,h5,h6,strong {  

     font-weight:bold;    
 } 
 p, a {
	/*10px*/  
	 font-size:77%;
	float: none;
 }
 

 
em {font-style:italic;}


/*Anchors-------------------------------------------------------------------------------------------*/
/*this is for the dotted line*/
a:focus {outline: none;}
a:active {outline: none;}
/*mozillia*/
a:focus
{ -moz-outline-style: none;}/*WILL NOT VALIDATE*/
/*---------------------------*/
/* -------------------------------------------------------------------------------------------------*/
	
