@charset "utf-8";
/* CSS Document */
body {
	font: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background: #8EC640 url(../images/burst.gif) scroll no-repeat;
	background-position: center top;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000;
}
.fouColElsHdrFtr #container {
	width: 62em;
	background: transparent;
	font-family: sans-serif;
	margin: 0 auto;
	text-align: left;
}
img {
	border: none;
}
a:link { 
	color: #047391; 
	text-decoration: none;
	}

a:visited {
	color: #431E2F;
	font-weight: bold;
	text-decoration: none;
}

a:active { color: #666; }

a:hover {
	color: #FFF;
	text-decoration: none;
}

