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: #FFCC66;
}
.oneColFixCtr #container {
	width: 650px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
}
.style6 {font-size: 36%}
a:link {
	color: #FFCC66;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
}
.style13 {	color: #CC6600;
	font-size: x-small;
}

.style1 {font-size: 36px}
.style5 {
	font-size: x-small;
}
.style7 {font-size: x-large}

.style13 {	color: #CC6600;
	font-size: x-small;
}
.style15 {font-size: medium}
.style9 {font-size: 16; }
.style8 {font-size: 16px; font-weight: bold; }
.style9 {font-size: 16; font-weight: bold; }
.style12 {font-size: x-large}
