@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;
	text-align: left; /* 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: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
	background-position: left top;
	background-repeat: no-repeat;
	float: none;
}
.oneColFixCtr #container {
	width: 780px;
	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-position: left top;
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColFixLft {
	left: 0px;
	background-position: 0px top;
	text-align: left;
	top: 0px;
}
.TableSetUp {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	clear: left;
	padding-left: 0px;
	padding-top: 0%;
	margin-left: 0px;
	top: 0px;
	left: 0px;
	background-position: left top;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
}
.TableText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	color: #493E38;
	text-align: justify;
	vertical-align: text-top;
	width: 0px;
}
ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	line-height: 125%;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-align: left;
	vertical-align: text-top;
	padding-right: 2%;
	margin-top: 2%;
}
ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	line-height: 120%;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-align: left;
	vertical-align: text-top;
	padding-right: 2%;
	margin-top: 2%;
	text-transform: lowercase;
	list-style-type: lower-alpha;
	list-style-position: outside;
	margin-left: 2%;
}
.copywritetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	color: #999999;
	text-align: left;
	vertical-align: text-top;
	padding: 10px;
}

