body {
	font-size: 9pt;
	margin: 0px;
	padding: 0px;
	border: 0px;
}
th {
	text-align: left;
	border-bottom: 1px solid #ccc;	
	border-bottom: 1px solid #ccc;	
}
 td {
 	/* For braindead IE, who can seem to figure 
 	    out that font sizes should be inherited on 
 	    print style sheets as well */
 	font-size: 9pt;
 }
 
 .no_print {
	display: none;
	visibility: hidden;		
}


#searchResultsTable a {
	text-decoration: none;
}

div#header {
	visibility: hidden;
	display: none;
}

div#nav {
	visibility: hidden;
	display: none;
}

div#left {
	visibility: hidden;
	display: none;
}

#left_column {
	visibility: hidden;
	display: none;
}

#middle {
	padding: 0px;
	margin: 0px;
	background-color: #FFFFFF;
}

#footer_cell {
	visibility: hidden;
	display: none;
}

.center {
	text-align: center;
}

h1 {
	font-size: 14pt;
}

a.nav {
	color: white;
	text-decoration: none;
}