/* Remove all unnecessary elements, and make the ones that survive black text on white background */
body {
	margin: 0.6em;
	background: none #fff;
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
td{
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}
#left, #other {
	display: none; 
}
.wt_Head, .red_Head{
	font-weight:bold;
	text-align:left;
}
.head2 {
	font-size: 20px;
	font-weight: bold;
}
#title{
	font-size: 22px;
	font-weight: bold;
	text-decoration:underline;
}
#link2{
	display:none;
}
#link1{
	font-size: 12px;
}
.head1, .head3{
	font-weight:bold;
}
.redBold{
	font-style:normal;
	font-weight: bold;
}
#tableBox{
	border:1px solid #666666;
}
#tableBox td{
	background-image:none;
}
#tableBox img{
	display:none;
}
.footer{
	font-style:italic;
	color:#666666;
	font-weight: normal;
	border-top:1px solid #666666;
}
