/* CSS Document */
.background_image {
		background-image:url(images/background.jpg);
		background-position:center;
}
.body_td{
	width:980px; 
	height:195px; 
	border-left:2px solid #000000; 
	border-right:2px solid #000000;
}

.title{
	font:20px Arial; 
	font-weight:bold; 
	color:#FFCC00;
}

.main_text{
	font:12px Arial; 
	font-weight:bold; 
	color:#FFFFFF;
}
.footer{
	font:10px Arial; 
	color:#624904; 
	text-align:center;
}
.footer_links{
	font:12px Arial; 
	color: #999; 
	text-align:center;
	text-decoration:none;
	padding-top:2px;
	padding-bottom:3px;
}

	
	
.homepageLinks{
	font:10px Arial; 
	font-weight:bold; 
	color:#666666;

}