@charset "utf-8";
/* CSS Document */
h1 {
	color: #990000;
	padding: 0;
	margin: 0;
}
h2 {
	font-size: large;
	padding:0;
	margin: 0;
}
h3 {
	color: #990000;
	font-size: large;
	text-align: center;
}
#prntable {
	font-size: small;
}
#prnholder {
	width: 781px;
	height: 400px;
	background-color: #dfe2e7;
	background-image: url(images/prn-bg.jpg);
	background-repeat: no-repeat;
}
#prnbw {
	float: left;
	width: 146px;
	height: 220px;
	margin-left:  100px;
	margin-top: 150px;
}
#prnbw a {
	display: block;
	width: 146px;
	height: 220px;
	background: url(images/bw-up.gif);
	background-repeat: no-repeat;
}
#prnbw a:hover {
	display: block;
	width: 146px;
	height: 220px;
	background: url(images/bw-ovr.gif);
	background-repeat: no-repeat;
}
#prncolor {
	margin-left: 320px;
	width: 146px;
	height: 220px;
	padding-top: 150px;
}
#prncolor a {
	display: block;
	width: 146px;
	height: 220px;
	background: url(images/cl-up.gif);
	background-repeat: no-repeat;
}
#prncolor a:hover {
	display: block;
	width: 146px;
	height: 220px;
	background: url(images/cl-ovr.gif);
	background-repeat: no-repeat;
}
#prnmfp {
	float: right;
	width: 146px;
	height: 220px;
	margin-right: 100px;
	margin-top: 150px;
}
#prnmfp a {
	display: block;
	width: 146px;
	height: 220px;
	background: url(images/mfc-up.gif);
	background-repeat: no-repeat;
}
#prnmfp a:hover {
	display: block;
	width: 146px;
	height: 220px;
	background: url(images/mfc-ovr.gif);
	background-repeat: no-repeat;
}
