@import url("navigation.css");
@import url("layout.css");
@import url("siteEngine.css");
@import url("copy.css");
@import url("news.css");

body {
	margin: 0;
	padding: 0;
	background: #e5e5e5 url(../images/layout/bgBody.jpg) center top repeat-x;
	font: 0.7em/1.8em Arial, "Times New Roman", serif;
	color: #404040;
}

*html body {
	background-position: center 2px;
}
	
table#formTable {

}

table#formTable th {
	text-align:right;
}

span.req {
	color:red;
}