@charset "UTF-8";
a:link {
	color: #003366;
}
a:visited {
	color: #000000;
}
body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: "Times New Roman", serif;
	font-size: 18px;
	color: #330000;
	background-color: #E4DAD5;
}
table {
	font-family: "Times New Roman", serif;
	font-size: 18px;
	color: #330000;
}
.small2 {
	font-family: "Times New Roman", serif;
	font-size: 10px;
	color: #330000;
}
.small3 {
	font-family: "Times New Roman", serif;
	font-size: 12px;
	color: #330000;
}
.small4 {
	font-family: "Times New Roman", serif;
	font-size: 14px;
	color: #330000;
}
.oneColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #E4DAD5;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top: 20px
}
