html, body {
	margin: 0;
	padding: 0;
}
body {
	background-color: #2e334d;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.25em;
}
body.infobar {
	background-image: url(../images/infobar.gif);
	background-repeat: no-repeat;
	background-position: top center;
}
#fetchr {
	position: relative;
	text-align: left;
	width: 768px;
	margin: 15px auto;
	background-color: #e5eeff;
	border: 1px solid #e5eeff;
}
body.infobar #fetchr {
	margin-top: 110px;
}
#backtocp {
	margin: 15px 15px 0 9px;
}
#download-notice {
	margin: 15px;
	padding: 15px 15px 15px 70px;
	border: 1px solid #193ba6;
	background: #fff url(../images/icons/download.gif) no-repeat 10px center;
}
#comments {
	float: left;
	width: 168px;
	padding: 0 15px 0 15px;
	border-right: 1px solid #193ba6;
}
#comments h1 {
	margin: 0;
	padding: 0;
	font: bold 2em Arial, Helvetica, sans-serif;
	text-align: center;
}
#comments p {
	margin: 1em 0 0 0;
	padding: 0;
}
#coupons {
	/* margin: 0 15px 0 214px; */
	float: right;
	width: 544px;
	margin: 0 10px 0 0;
}
#footer {
	clear: both;
	padding: 15px;
	text-align: center;
	font: 76% Verdana, Arial, Helvetica, sans-serif;
	color: #666;
}

div.multi {
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

div.multi table {
	border: 0;
	margin: 0 10px;
	width: 728px;
}
div.multi tr.rowB td {
	background-color: #dce4f6;
}
div.multi th {
	border: 0;
	border-bottom: 1px solid #8990a6;
	border-top: 1px solid #8990a6;
	padding: 1px 3px 0 3px;
}
div.multi td {
	border: 0;
}
div.multi th.date {
	text-align: center;
}

div.multi td.date, div.multi td.views {
	text-align: center;
	line-height: 1.35em;
	width: 70px;
}
div.multi td.date strong, div.multi td.views strong {
	display: block;
	font-size: 130%;
	font-weight: normal;
}
div.multi td.report {
	font-size: 120%;
}
div.multi th.views {
	text-align: center;
}
div.multi td.views {
	font-size: 90%;
	color: #535871;
}
div.multi td.views strong {
	font-size: 150%;
	color: #000;
}

