/* CSS Document */

body{margin:0 0 0 0;
     font-size:1px;
	 }
	 
.bg_banner{background-image:url(images/banner.jpg);
         height:299px;
		 width:1000px;
		 background-repeat:no-repeat;
		 }	
		 
.bg_footer{background-image:url(images/footer.jpg);
         height:79px;
		 width:1000px;
		 background-repeat:no-repeat;
		 }	
		 
.bg_topfooter{background-image:url(images/footer_top.jpg);
         height:138px;
		 width:1000px;
		 background-repeat:no-repeat;
		 }
		 
.bg_bodyborder-top{background-image:url(images/body-topbodder.jpg);
         height:11px;
		 width:708px;
		 background-repeat:no-repeat;
		 }
		 
.bg_bodyborder-middle{background-image:url(images/body-centerbodder.jpg);
		 width:708px;
		 background-repeat:repeat;
		 }
		 
.bg_bodyborder-bottom{background-image:url(images/body-footerbodder.jpg);
         height:12px;
		 width:708px;
		 background-repeat:no-repeat;
		 }

.text-menue{font-family:Verdana, Arial, Helvetica, sans-serif;
          font-size:12px;
		  font-weight:bold;
		  color:#CCFFFF;
		  text-align:center;
		  text-decoration:none;
		  }	
		  
.text-menue a{font-family:Verdana, Arial, Helvetica, sans-serif;
          font-size:12px;
		  font-weight:bold;
		  color:#CCFFFF;
		  text-align:center;
		  text-decoration:none;
		  }	
		  
.text-menue a:hover{font-family:Verdana, Arial, Helvetica, sans-serif;
		  color:#FFFFFF;
		  }	
		  
.text-footer-top{font-family:Verdana, Arial, Helvetica, sans-serif;
           font-size:10px;
		   color:#010101;
		   text-align:justify;
		   padding-right:5px;
		   text-decoration:none;
		   }
		   
.text-footer{font-family:Verdana, Arial, Helvetica, sans-serif;
           font-size:11px;
		   font-weight:bold;
		   color:#0099FF;
		   text-align:center;
		   text-decoration:none;
		   }
		   
.text-footer a{font-family:Verdana, Arial, Helvetica, sans-serif;
           font-size:11px;
		   font-weight:bold;
		   color:#0099FF;
		   text-align:center;
		   text-decoration:none;
		   }	
		   
.text-footer a:hover{font-family:Verdana, Arial, Helvetica, sans-serif;
		   color:#000000;
		   }
		   
.text-body{font-family:Verdana, Arial, Helvetica, sans-serif;
          font-size:12px;
		  color:#000000;
		  padding-left:10px;
		  padding-right:10px;
		  text-align:justify;
		  text-decoration:none;
		  }

.text-body a{font-family:Verdana, Arial, Helvetica, sans-serif;
          font-size:12px;
		  color:#0066CC;
		  text-decoration:none;
		  }

.text-body a:hover{font-family:Verdana, Arial, Helvetica, sans-serif;
          font-size:12px;
		  color:#CC6600;
		  text-decoration:none;
		  }
		  
.text-footer1{font-family:Verdana, Arial, Helvetica, sans-serif;
           font-size:11px;
		   color:#000;
		   text-align:center;
		   text-decoration:none;
		   }
		   
.text-footer1 a{font-family:Verdana, Arial, Helvetica, sans-serif;
           font-size:11px;
		   color:#0099FF;
		   text-align:center;
		   text-decoration:none;
		   }	
		   
.text-footer1 a:hover{font-family:Verdana, Arial, Helvetica, sans-serif;
		   color:#000;
		   }	
		   
.text-link{font-family:Verdana, Arial, Helvetica, sans-serif;
           font-size:12px;
		   color:#000;
		   text-align:justify;
		   padding-left:10px;
		   padding-right:10px;
		   text-decoration:none;
		   }
		   
.text-link a{font-family:Verdana, Arial, Helvetica, sans-serif;
           font-size:13px;
		   text-transform:capitalize;
		   color:#0066CC;
		   text-decoration:none;
		   }	
		   
.text-link a:hover{font-family:Verdana, Arial, Helvetica, sans-serif;
		   font-weight:bold;
		   color:#CC6600;
		   }
