@charset "UTF-8";
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: #309;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.oneColElsCtr #container {
	width: 750px;
	background: #FFFFFF; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: auto;
	color: #090909;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.oneColElsCtr #mainContent {
	background-image: none;
	background-repeat: no-repeat;
	background-color: #D5D5D5;
	height: auto;
	width: 750px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	font-size: medium;
	font-style: normal;
}
body p {
	color: #050505;
	text-align: left;
	height: auto;
	width: auto;
	font-size: 14px;
}
divDirectory {
	font-size: 10px;
}
.oneColElsCtr #container #mainContent div .tableFillA table .tableFillA {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
