/* CSS Document */

body { background-image: url(images/bg.jpg);
 font-family:Verdana, Arial, Helvetica, sans-serif;
               font-size:12px;
			   color:#000000;
     }
	 
	 
	 
.bg_line{ background-image: url(images/line_link.jpg);
          background-repeat:repeat-x;
		  }	
		  
.bellow_link a{ font-family:Verdana, Arial, Helvetica, sans-serif;
               font-size:11px;
			   font-weight:bold;
			   color:#000000;
			   text-decoration:none;
			   }		   
	 
.bellow_link a:hover{ font-family:Verdana, Arial, Helvetica, sans-serif;
               font-size:11px;
			   font-weight:bold;
			   color: #339999;
			   text-decoration: none;
			   }	 
			   
.Title { font-family: "Times New Roman", Times, serif;
         font-size:22px;
         color:#CC0000;
		 vertical-align:top;
		 height:35px;	 
		 letter-spacing:5px;
		 font-weight:bold;
		 
}		   

