p  { font-size: 10pt; font-family: Verdana }
td  { font-size: 10pt; font-family: Verdana }
address { font-style: normal; font-size: 8pt; font-family: Verdana }
h1 { font-family: Verdana }
h2 {
}


body {
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
	background-position: center top;
	}
.oneColFixCtr #container #mainContent p {
	font-size: 12px;
	line-height: 18px;
}
.oneColFixCtr #container #mainContent h1 {
	font-size: 36px;
}
.oneColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border: 1px solid #173839;
}
.smallprint {
	font-size: 10px;
	color: #999999;
}
.oneColFixCtr #container #mainContent a {
	color: #339900;
	text-decoration: none;
	font-weight: bold;
}
.oneColFixCtr #container #mainContent a:link {
	color: #339900;}
}

.oneColFixCtr #container #mainContent a:visited {
	color: #339900;}

.oneColFixCtr #container #mainContent a:hover {
	color: #FF6666;
}



.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 10px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 10px;
}
.oneColFixCtr #mainContent {
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
