@charset "utf-8";
/* CSS Document */



body {
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.oneColElsCtr #container {
	width: 46em;
	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. */
	background-color: #CCCCCC;
}
.oneColElsCtr #mainContent {
	background-color: #CCCCCC;
	padding-top: 0;
	padding-right: 40px;
	padding-bottom: 0;
	padding-left: 40px;
	font-family: Arial, Helvetica, sans-serif;
}




p.MsoNormal {
	margin:0in;
	margin-bottom:.0001pt;
	font-size:9pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.back {
	font-style: italic;
	font-weight: bold;
	background-color: #E5E5E5;
	height: 10px;
	width: 25px;
	border: thin double #CCC;
	float: right;
	margin-top: 8px;
	margin-right: 2em;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 10px;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 2px;
}
.headerExcerpts {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	font-style: normal;
	color: #000;
}
.headerExcerptsItalic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	font-style: italic;
}
