body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(images/background.jpg);
	background-repeat:repeat-x;
}
.oneColElsCtr #container {
	width: 800px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(images/bg.png);
}
.oneColElsCtr #mainContent {
	padding: 0px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}
<!--
.style5 {font-size: 14px}
.style6 {color: #FFFFFF}
.style8 {font-size: 12px}
.style9 {
	font-size: 11px;
	color: #006600;
}
.style11 {font-size: 12px; font-weight: bold; }
.style12 {font-size: 10px}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #00FF00;
}
a:active {
	text-decoration: none;
	color: #00CC00;
}
.style14 {
	color: #FFFFFF;
	font-size: 12px;
}
.style15 {font-size: 14px}
.style20 {
	color: #00CC00;
	font-size: 12px;
	font-weight: bold;
}
.style22 {font-size: 14px; font-weight: bold; }
.style17 {
	color: #00CC00;
	font-size: 12px;
	font-weight: bold;
}
.style18 {
	font-size: 14px;
}
	
	
	
	
	
.project_selected { background-color:#FFF; font-size: 12px; color: #00CC00; }
.project_selected:link { text-decoration:none; background-color:#FFF; font-size: 12px; color: #00CC00; }
.project_selected:visited { background-color:#FFF; font-size: 12px;  color: #00CC00; }
.project_selected:active { background-color:#FFF; font-size: 12px;  color: #00CC00; }
	
	
	
	
-->
