@charset "utf-8";
/* CSS Document */
body {
	font-size: .95em;
	background: #fff;
	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;
	background-color: #C0C4C7;
	line-height: 1.5em;
}
.oneColFixCtr #container {
	width: 820px;  /* 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: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-top: 10px;
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #FFF;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	font-weight: bold;
	color: #700402;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.05em;
	font-weight: bold;
	color: #333399;
}

/* specific text styles */
.superHdr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #660099
}
.reviewsText {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	font-weight: bold;
	padding-right: 4px;
	padding-left: 4px;
}
.reviewsHdr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.15em;
	font-style: italic;
	font-weight: bold;
}
.bodyText {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.linkText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .77em;
	font-weight: bold;
}
