/* CSS Document */

*{padding:0; margin:0;}
body{background:#FFFFFF; text-align:justify;}
.footer_image{
              background: url(images/images/footer_image.jpg); 
			  width:779px; 
			  height:27px;
			  }
.hading_text{
             font-family:"Black Chancery"; 
			 font-size:18px; 
			 color:#f1140b; font-weight:bold; 
			 }
.text{ 
      font-family: Arial; 
	  font-size:12px; 
	  color:#00387e; 
	  
	  }
.bold_text{ 
           font-family: Arial; 
		   font-size:12px; 
		   color:#00387e; 
		   font-weight:bold; 
		   }
.pro{
     font-family: Arial; 
	 font-size:12px; 
	 color:#00387e; font-weight:bold;  
	 text-decoration:none;
	 }
.footerlink{
            font-family: Arial; 
	        font-size:12px; 
	        color:#00387e; font-weight:bold; 
	        text-decoration:none;
	        }
.footerlink:hover{
            font-family: Arial; 
	        font-size:12px; 
	        color:#FF0000; font-weight:bold; 
	        text-decoration:none;
	        }

.middle_image{background:url(images/images/middle_image.jpg); width:779px; height:170px; }