/* CSS Document */
body {
	margin: 0;
	background-image: url(images/bg_stripes_homenew.jpg);  
	background-repeat: repeat-x;
	background-color: #0329A4;
}
.footer_bg {
	background-image: url(images/footer_bg_homenew.jpg);
	width: 780px;
	height: 67px;
	background-repeat:no-repeat;
}
.pos_footer {
	margin-top: 18px;
	margin-left: 26px;
}
.footer_text {
	color: #BDBEC0;
	font-size:10px;
	font-family: Arial, Helvetica, sans-serif;
}
a.footer_link {
	color: #BDBEC0;
	text-decoration: underline;
}
a.footer_link:hover {
	color: #FFFFFF;
	text-decoration: none;
}