body
	{
           background-color: #003366;
		   font-family: ARIAL,VERDANA,HELVETICA;
		   color: #ffffff;
		   text-align: center;
           font-size: 9pt;	        
    }
	
p
	{
           font-family: ARIAL,VERDANA,HELVETICA;
           color: #ffffff;
           font-size: 9pt;
           text-align: center;
	}
	
a:link
	{
           font-weight:normal; color: #fcb525;
           text-decoration: none
    }
	
a:visited
	{
           font-weight:normal; color: #fcb525;
           text-decoration: none
    }
	
a:hover
	{
           font-weight:bold; color: #fcb525;
           text-decoration: none
    }
	
div#center_content 
	{
		   position:relative;
		   margin-left: -120px;
         
	}
div#left_content 
	{
		   position:relative;
           margin-top: 50%;		
	}
div#contact_forms
	{
		   position:relative;
		   margin-left: -120px;	
	}

