html { height: 100%; }
*, body * { margin: 0; padding: 0; }
img { border: 0; }

body {
	font: 85%/120% Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #FFF;
	position: relative;
}

body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	line-height: 14pt;
	color: #000;
}

a, 
a:link,
a:visited,
a:focus,
a:hover,
a:active {
	color: #000;
}

.noprint {
	display: none;
}

#header, #imageBar,#nav, #content, #footer, .menu, .main_col, .side_col, img {
	display: none;
}

#subcontent table {
	background-color: transparent;
}

table.results {
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
}

table.results th {
	text-align: center;
	vertical-align: top;
	text-decoration: underline;
}

table.results tr {
	background-color: #F5F5F5;
}

table.results tr.headers {
	background-color: transparent;
}

table.results tr.odd {
	background-color: #FFF;
}

table.results tr.inactive, table.results tr.inactive a {
	color: #999;
}

table.results th, table.results td {
	height: 2em;
	padding: .25em;
}

table.results div.desc {
	overflow: visible;
	width: 10em;
}