/* 
This style control the way pages print.

Acceptable Colors:
E07000	dark Orange
005b66	dark greenish blue.
FFD65A	gold
fff9db	light beige
*/

body {
	margin: .1in .1in .1in .1in;
	background-color: #ffffff;
}

h1 {
	color: #000000;
}

h2 {
	color: #000000;
}

.banner {
	display: none;
}

.printonly {
	display: inline;
	font-size: large;
	font-weight: bold;
}

.belowbanner {
	background-image: none;
	border-bottom: solid #000000 1px;
}

.navcol {
	display: none;
}

.maincol {
	margin: 0px 0px 0px 0px;
}

.crosscol {
	display: none;
}


.footer {
	color: #000000;
}
