/* CSS Document */

/* general presentation stuff */

body {
	background-color: #FFFFFF;
	color: #000000;
	font-family: "Times New Roman", Garamond, serif;
	font-size: 12pt;
	background-image: url(/mainimages/printHeader.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 128px;
}
.lrgSerifHdr {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	display: block;
}
.medSerifHdr {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
}
a:link {
	color: #444444;
	text-decoration: underline;
}


#topNav, #sideBar, #subNav, #topBar, #midNav, #footer, #sideBarLeft, .noprint {
	display: none;
}