/* This file hides elements not necessary for printing and sets printer friendly colors */

#noShow, .noShow, .header, .top_nav, .billboard, .separator_wrapper, .footer_wrapper {
	display: none;
}

/* Text - Defaults */
body, td, p, li, input, select, textarea {
	font: normal normal 11px Arial, Tahoma, Sans-Serif;
	text-decoration: none;
	color: #353535;
}

/* Lists */
ul, ol {}

/* Formatted Text */
pre {}

/* Headings */
h1 { font-size: 18px; font-weight: normal; color: #900; }
h2 { font-size: 18px; font-weight: normal; color: #015689; border-left: solid 3px #B2B2B2; }
h3 { font-size: 18px; font-weight: normal; color: #900; border-left: solid 3px #B2B2B2 }
h4 { font-size: 18px; font-weight: normal; color: #c60; border-left: solid 3px #B2B2B2 }	
h5 { font-size: 16px; }
h6 { font-size: 14px; border-bottom: solid 1px #666; }

/* Links - default */
a:link, a:active, a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #900;
}	

/* Forms */
form { margin: 0px; padding: 0px; }