@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color: #000201;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #000000;
}
.oneColFixCtr #container {
	width: auto;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	background-color: #F4EFEB;
}
.oneColFixCtr #mainContent {
	padding: 0 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 565px;
}
.side-title {
	padding: 5px;
	background-color: #3D4035;
	border-bottom-color: #B1AAB3;
	border-bottom-style: groove;
	border-bottom-width: thick;
	font-size: 18pt;
	text-transform: uppercase;
	padding-left: 15px;
}
body,td,th {
	color: #999;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 10pt;
}
a:link {
	color: #B1AAB3;
}
a:visited {
	color: #B1AAB3;
}
a:hover {
	color: #231F23;
}
a:active {
	color: #231F23;
}
a {
	font-size: 10pt;
	font-weight: bold;
	cursor: crosshair;
	background-color: #3D4035;
}
h1 {
	font-size: 20pt;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
}
.j {
	color: #3D4035;
	font-weight: bold;
}
img {
	border-color: #999;	
}
