/* This file hides elements not necessary for printing and sets printer friendly colors */

#noShow, .noShow, .header, .left, .copyright, .footer, .BreadCrumb_Wrapper, .ideaLEVER_Tagline {
	display: none;
}

/* Text - default */
body, td, p, li, input, select, textarea {
	font: normal normal 12px Tahoma, Arial, Sans-Serif;
	text-decoration: none;
	color: #353535;
}

/* Lists */
ul, ol {}

/* Formatted Text */
pre {}

/* Headings */
h1 { font-size: 18px; font-weight: normal; }
h2 { font-size: 18px; color: #800000; }
h3 { font-size: 16px; color: #800000; }
h4 { font-size: 14px; color: #800000; }	
h5 { font-size: 12px; }
h6 { font-size: 10px; color: #787363;}

/* Links - default */
a {
	font-weight: bold;
	text-decoration: none;
	color: #800000;
}	

/* Links - hover (onmouseover) */
a:hover {
	text-decoration: underline;
}	

/* Forms */
form { margin: 0px; padding: 0px; }