/* CSS Document */

body {
	width: 7in;	
	color: #000;
	font: 12pt/20pt "Times New Roman", Times, serif;
	background: white;
}
a {
	color: #333;
	font-weight: bold;
}
#utilities, #subnav, #sidebar, #footer {
	display:none;
}
.contenttablebox {
	clear:both;
}
.tableheader li {
	font-size:11px;
	color:#96783c;
	float:left;
	padding-right:5px;
}
.tableheader li span {
	display:block;
	font-size:14px;
	color:#a50f00;
	padding-top:10px;
	margin-bottom:-5px;
}
.tablecontent {
	clear:both;
	margin-left:58px;
	min-height:0px;
	padding:3px 13px 12px 10px;
	width:424px;
	color:#a50f00;
}
.tablecontent td {
	border-bottom:1px solid #d2bf93;
	text-align:left;
	vertical-align:top;
	padding:2px 0px 3px 0px;
}
.tablecontent td.xwidth {
	width:359px;
}
.tablecontent td.txtblack {
	color:#282828;
}