/* CSS Document */

* {
	margin: 0;
	padding: 0;
	border: none;
	background: none;
}
.clr {
	clear: both;
}

a, p, h1, h2, h3, h4 {
	color: #000;
	background: #fff;
	text-decoration: none;
}
#left {
	display: none;
}
#header {
	display: none;
}
#content {
	width: 80%;
}
#content td.buttonheading {
	display: none;
}
#content td.contentheading {
	font-size: 12pt;
	border-left: none;
}