html, body {
	padding: 0px;
	margin: 0px;
	border: none;	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	background: #fff;	
	text-align: left;
}
A:link,
A:visited,
A:hover,
A:active {
	color: #000;
	text-decoration: none;
}
#header, #left_column, #right_column, #choicer, #print_box, #footer {
	display: none;
}
#center_column {
	display: block !important;
}

h1, h2, h3 {
	margin:.6em 0 0 0;
	font-family:Georgia,Serif;
	font-weight:normal;
	clear:both;
}

h2 {
	font-size:240%;
	margin:.3em 0 0 0;
}

h3+blockquote,
h2+blockquote,
p+ul{
  margin-top:.2em;
}
table {
	border-collapse: separate;
	border-spacing: 0px;
	border: 1px solid #000;
	border-width: 1px 1px 0px 0px;
	empty-cells: show;
}
TABLE TR {
	background: #fff;
}
table th {
	border: 1px solid #000;
	border-width: 0px 0px 1px 1px;
	text-align: center;
	font-weight: bold;
	background: #fff;
}
table td {
	border: 1px solid #000;
	border-width: 0px 0px 1px 1px;
}
