.txtContent { 
           font-weight: normal;
           font-family: Helvetica, Tahoma, Verdana, san-serif;
		   font-size: 7px;
		   color: #000000;
         }  
         
.txtOval  {
			margin-bottom:8px;
			text-align: center; 
		   }
       
a:focus { 
    outline: none; 
}


/*FOOTER STUFF*/

.footer { 
           font-weight: Normal;
           font-family: Arial, Tahoma, Verdana;
		   font-size: 10pt;
		   color: #333333;
		   margin-bottom:0px;
		   margin-top:10px;
		   height:105px;
		   text-align:bottom;
		   background-image:url(images/footer.jpg);
         }  
       

h1 {
           font-family: Century Gothic, Arial, Tahoma, Verdana;
			font-weight: normal;
			font-size: 10pt;
			width:100%;  
			color:#eeeeee; 
			background-color:#999999; 
			font-style:normal; 
			font-family:Arial,san-serif;
			padding-top:5px;
			padding-bottom:6px;
			margin-top:0px;
			margin-bottom:0px;
			z-index:1;
			} 

h2 {
           font-family: Verdana, arial, San-serif;
			font-weight: bolder;
		    color: #CC3333;
			font-size: 13pt;
			line-height: auto;
		} 
		
		
