/* CSS Document */
body {
	margin: 0;
	background-color:#A30A0A;
}

.footer_bg {
	background-image: url(images/footer_bg_homenew.jpg);
	width: 780px;
	height: 19px;
	background-repeat: no-repeat;
}
.footer_text {
	font-size: 10px;
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	color: #FFFFFF; 
}
a.footer_link {
	color: #FFFFFF; 
	text-decoration: underline;
}

a.footer_link:hover {
	color: #CCCCCC;
	text-decoration: none;
}

