@charset "utf-8";
/* CSS Document */
body {
	background: none;
	background-color: white;
	color: black;
	font-size: 12pt;
	margin: 0;
	padding: 0;
}
#wrapper {
	width: 100%;	
}
#leftNav, #header, #footer {
	display: none;	
}
#rightContent{
	width: 100%
}
input, select, textarea {
	border: none;
}	
#submit {
	display: none;	
}
a:link {
	text-decoration: none;
	color: black;
}
.printOnly {
	display: block;
}
fieldset {
	border:#666;
}
.screenOnly {
	display: none;
}