/* CSS Document */

body{
     background-color:#000000;
	 margin:0px;
	 padding:0px;
	 }
	 
	 .below_header{
	 background-image:url(images/below_header1.jpg);
	 background-repeat:no-repeat;
	 height:35px;
	 }
	 
	 .form_text{
	 font-family:Tahoma;
	 font-size:11px;
	 color:#000000;
	 font-weight:bold;
	 }
	 
	 .contact_bar_text{
	 font-family:Arial;
	 font-size:11px;
	 color:#ffffff;
	 font-weight:bold;
	 padding-left:40px;
	 }
	 
	 .contact_us_bg{
	 background-image:url(images/contact_us-bg.jpg);
	 background-repeat:repeat-x;
	 height:307px;
	 }
	 
	 .welcome_text{
	 font-family:Arial;
	 font-size:22px;
	 font-weight:bold;
	 color:#96EC0F;
	 padding-left:20PX;
	 }
	 
	  .company_name_text{
	 font-family:Arial;
	 font-size:18px;
	 font-weight:bold;
	 color:#ffffff;
	 padding-left:20px
	 }
	 
	 .content_text{
	 font-family:Arial;
	 font-size:12px;
	 text-decoration:none;
	 color:#ffffff;
	 padding-left:20px;
	 padding-right:20PX;
	 text-align:justify;
	 }
	 
	 .footer_bg{
	 background-image:url(images/footer_bg.jpg);
	 background-repeat:no-repeat;
	 height:80px;
	 }
	 .footer_text{
	 font-family:Tahoma;
	 font-size:11px;
	 text-decoration:none;
	 color:#000000;
	 }
	 