body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #e7e7e7;
	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: #000;
}

.oneColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 4 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. */
}
.oneColFixCtr #mainContent {
	padding: 4 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.a12grey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #000;
	text-align: left;
	
}
.a10grey {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}

.a12green {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #900;
	text-decoration: none
}

.a12grey .a12green {
	color: #03C;
	font-size: 14px;
	text-align: center;
}
.oneColFixCtr table tr td table tr td table tr td b .a12green {
	color: #AC0000;
	font-size: 0.8em;
}
.oneColFixCtr table tr td table tr td b .a12green {
	color: #AC0000;
}

.a12grey font {
	color: #000;
	font-size: 18px;
}


.TMsmall {
	font-size: 8px;
}
.oneColFixCtr table tr td table tr td table tr .a12grey div p .a12grey strong {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.oneColFixCtr table tr td table tr td table tr .a12grey p {
	font-size: 14px;
}

.oneColFixCtrBooks a:link, a:visited, a:active {
	color: #035;
	font-family: Tahoma, Arial;
	font-size: .9em;
	text-decoration: none;
}
.oneColFixCtrBooks a:hover {
	color: #036;
	font-size: .9em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #036;
}
.oneColFixCtrArticles a:link, a:visited, a:active {
	color: #000;
	font-family: Tahoma, Arial;
	font-size: .9em;
	text-decoration: none;
	font-weight: bold;
}
.oneColFixCtrArticles a:hover {
	color: #036;
	font-size: .9em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #036;
}
