
/* Styles to hide the bits of the page display from the printer*/
#page-top, #header, .path, #left, .nav1, #right, .fix, #block0, #PrintThisPage, #footer, #footer2, #LogoNetWrapper {
	display : none;
}

body {
	overflow: visible;
	margin: 0;
	padding: 0;
	border: 0;
	width: 90%;
	font-family : Verdana, Arial, Helvetica, Geneva, sans-serif; 
	font-weight : normal; 
	font-size: 70%;
}

h1, H1, .heading1{font-size: 250%; color: #000000; font-weight: normal; text-align: left; padding : 12px 0 5px 0; margin : 0;}

h2, H2, .heading2{font-size: 120%; color: #000000; font-weight: bold; text-align: left;}

h3, H3, .heading3{color: #000000; font-weight: bold;}

h4, H4, .heading4{color: #000000; font-weight: bold;}

h5, H5, .heading5{color: #000000; font-weight: bold;}

h6, H6, .heading6{color: #000000; font-weight: bold;}

#TCL{
	clear: both;
	margin: 0;
	min-height:100%;
}


