@charset "UTF-8";
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: #000;
}
.oneColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: center;
}
.oneColFixCtr #mainContent {
	padding: 0 20px;
}
.oneColFixCtr #container #mainContent h2 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}
.oneColFixCtr #container #mainContent h2 {
	color: #F00;
}
.oneColFixCtr #container #mainContent table {
	text-align: left;
	height: 0px;
	width: 0px;
	font-size: 18pt;
}
.headertext {
	font-weight: bold;
	text-align: left;
	color: #000;
	font-size: 18pt;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFF;
}
.oneColFixCtr #container #mainContent table {
	font-size: 12pt;
	outline-style: none;
}
.oneColFixCtr #container #mainContent table .headertext {
	width: 760px;
}
.oneColFixCtr #container #mainContent table .headertext td {
	font-family: Arial, Helvetica, sans-serif;
}
#smallertext {
	color: #000;
}
#smallertext {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#smallertext {
	color: #000;
}
.smalltext1 {
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
}
.helveticastyle {
	font-family: Arial, Helvetica, sans-serif;
}
.rawtext {
	font-family: Arial, Helvetica, sans-serif;
}
#hotspotmousover {
	color: #C00;
}
