@charset "utf-8";
.footertextwhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #EBEBEB;
	text-decoration: none;
}
body {
	background-color: #003366;
	background-image: url(images/bg.gif);
	background-repeat: repeat;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FF3300;
	text-decoration: underline;
}
