@import url(/css/textStyles.css);
@import url(/css/styleAdjusters.css);
@import url(/css/formStyles.css);
@import url(/css/headingStyles.css);
@import url(/css/tableStyles.css);
@import url(/css/menu.css);


body {
	background: black url("/img/structure/headerBG.gif") no-repeat top center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding: 0;
	margin: 0 auto;
	line-height: 137%;
	text-align: center;
}

#defaultBodyContainer {
	width: 750px;
	margin: 0 auto;
	text-align: left; /* compensates for the IE5/Win bug */
}

a {
	color: orange;
	text-decoration: underline;
}

a:hover {
	color: #F8E067;
}