/* CSS Document */
BODY {
	background-color: #d9f1fb;
	background-image: url(images/print.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	background-position: bottom;
	background-attachment:fixed;
}
BODY.contentPage {
	margin: 50px;
}
BODY, P, TD {
	font-size: 10pt;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
A.menu {
	color: #000000;
	font-size: 10pt;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
A.menu:hover {
	color: #0000ff;
	font-weight: bold;
}
.printBkg {
	background-image: url(images/print.jpg);
	background-repeat: no-repeat;
	height: 267px;
	width: 681px;
}