@charset "utf-8";
.oneColFixCtr #container {
	width: 806px;  /* 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: left; /* this overrides the text-align: center on the body element. */
}
/* CSS Document */

.heading {
	color: #990000;
	font-style: italic;
	font-weight: bold;
}
.bodytext {font-size: medium; font-weight: bold; color: #666666; }
.linktext {
	color: #000066;
	font-size: large;
}
.captiontext {font-family: Georgia, "Times New Roman", Times, serif; font-size: small; font-style: italic; }
