@charset "utf-8";

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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	text-align: center;
	background-color: #3d362d;
	font-family: "Times New Roman", Times, serif;
}
.oneColFixCtr #container #mainContent {
	height: 617px;
	width: 864px;
	margin-top: 26px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 29px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 20px;
	font-style: normal;
	font-weight: normal;
}
a:link {
	color: #C0C0C0;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #C0C0C0;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

.style5 {
	color: #C0C0C0;
	font-style: italic;
}
