/* PRINT CSS */

/*
CREATED BY HOTWIRE ADVERTISING AND WEB DESIGN 
http://www.hotwireindustries.com
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000;
	background: ;
	background-image: ;
}

#header, #navigation, #contentRight, #contentRightFinancials, .printButton, #footer { display: none;}

#wrapper {
	border: none;
}

#contentLeft, #contentLeftFinancials {
	page-break-before: avoid;
	width: 100%;
	float: none;
	border-right: none;
}

h1 {
	font-size: 20pt;
	font-weight: bold;
	color: #000;
}

h2 {
	font-size: 14pt;
	font-weight: bold;
	color: #000;
}

h3 {
	font-size: 10pt;
	font-weight: bold;
	color: #000;
}

a:link, a:visited {
	color: #000;
}