@charset "UTF-8";
.oneColFixCtr #container {
	width: 980px;  /* 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: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
/* CSS Document */

body {
	background-color: #B4BDCB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 14pt;
	color: #000000;
	margin-top: 0.1em;
	margin-right: 0.1em;
	margin-bottom: 0.1em;
	margin-left: 0.1em
	}
table {
	color: #ffcc33
	}
.MainHead {
	color: #8D8C9C;
	font-weight: bold;
	font-size: 18px;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 14px;
	}
.MainBody {
	color: #000000;
	font-size: 16px;
	line-height: 22px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	text-decoration: none;
	list-style-position: outside;
	list-style-type: disc;
	text-align: left;
	}
.BodyItalic {
	color: #FFFFFF;
	font-size: 12px;
	line-height: 14px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	text-decoration: none;
	list-style-position: outside;
	list-style-type: disc;
	font-style: italic;
	}
.sidebar {
	color: #FFFFFF;
	font-size: 14px;
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 22px;
	}
.sideItalic {
	color: #FFFFFF;
	font-size: 12px;
	line-height: 14px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	text-decoration: none;
	list-style-position: outside;
	list-style-type: disc;
	font-style: italic;
	}
.form {
	color: #000000;
	font-size: 14px;
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	text-decoration: none;
	list-style-position: outside;
	list-style-type: disc;
	text-align: left;
	}

