/* CSS Styles and Layout for printing */

#navArea {
	display:none;
	visibility:hidden;
	width:0px;
	overflow: hidden;
}

.hide {
	position: relative;  /* for the benefit of IE5 Mac */
	}
	
.hide a{
	display:none;
	visibility:hidden;
	}
	
.print_title {
	font-weight:bold;
	font-size:18px;
}
	
#copyArea {
	width:450px;
	text-align:left;

}

#bodyText {
	width:450px;
	text-align:left;
}

#headerArea {
	height: 0;
	width: 0;
	overflow: hidden;
	display:none;
	visibility:hidden;
	width:0px;
	
}
	
	
#linkList {
	height: 0;
	width: 0;
	overflow: hidden;
	display:none;
	visibility:hidden;
	width:0px;

}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}