/* PRINTER CSS */

body { 
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	padding: 0px;
	line-height: 150%;
	letter-spacing: normal;
	border: solid 0px;
	}
		
img { 
	border-width: 0px;}
		
hr	{ 
	border: 0px; 
	border-top: solid #cccccc 1px; 
	height: 1px;}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 15px 0px;
	font-weight: normal;
	border-bottom: solid 1px;
	}
	
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 10px 0px;
	}
	
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	letter-spacing: -1px;
	}

#header {
	display: none;
	}
	
#sub #printHeader {
	display: block;
	}
	
#navHeader {
	display: none;
	}
	
#menu {
	display: none;
	}
	
#alpha {
	width: auto;
	margin: 0px;
	float: none;
	padding: 0px;
	}
	
#content {
	width: 100%;
	float: none;
	}
	
#pageHeader {
	display: none;
	}
	
#beta {
	display: none;
	}
	
#footer {
	display: none;
	}
	
#closer {
	display: none;
	}
	
	