@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	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-repeat: no-repeat;
}
.oneColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #0099CC;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
}
.oneColFixCtr #mainContent {
	padding: 0 20px;
	background-color: #0099CC;
	background-image: url(images/mainbg.png);
	background-repeat: no-repeat;
}
body,td,th {
	font-size: small;
}
.style1 {
	font-size: medium;
	font-weight: bold;
	color: #000000;
}
.style2 {
	color: #000000;
	font-weight: bold;
}
.style3 {font-size: medium}
.style8 {color: #000000}
.style11 {
	font-size: x-large;
	color: #FFFFFF;
}
.style14 {
	font-size: x-large;
	color: #99FF00;
	font-weight: bold;
}
.style15 {color: #FFFFFF; font-weight: bold; font-size: medium; }
.style17 {
	color: #FFFFFF;
	font-weight: bold;
}
.style18 {color: #FFFFFF}
.style19 {color: #333333}
.style20 {color: #000000; font-size: x-small; }
.style23 {color: #99FF00; font-weight: bold; }
.style24 {color: #99FF00; font-weight: bold; font-size: medium; }
.style25 {
	color: #99FF00;
	font-size: small;
}

