/* print style sheet */

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000
}



a {
	color: #000;
	text-decoration: none;
}

#header, #leftCol, #rightCol, #nav, #newsTicker, #footer {
	display: none;
}

img.logoPrintVersion {
	margin-bottom: 20px;
}

ul {
	padding: 1em;
}
h1 {
	display: none;
} 
h2, h3 {
	color: #000;
}


h2 {
	font-size: 14px;
	margin-bottom: 1em;
}

h3 {
	font-size: 12px;
	margin-bottom: .2em;
}

p {
	margin-bottom: 1em;
	font-size: 11px;
	line-height: 1.3em
}

#wrapper, #middleCol {
	width: 100%;
}
