/* This file hides elements not necessary for printing and sets printer friendly colors */

#noShow, .noShow, .header, .left, .copyright_tagline, .footer, .BreadCrumb_Wrapper {
	display: none;
}

/* Text - Defaults */
body, td, p, li, input, select, textarea {
	font-weight: normal;
	line-height: 1.5em;
	text-decoration: none;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

/* Lists */
ul, ol {}

/* Formatted Text */
pre {}

/* Headings */
h1 { font-size: 23px; color:#333; line-height: 2.5em; margin: 2px; }
h2 { font-size: 20px; color:#333; line-height: 2.5em; margin: 2px;}
h3 { font-size: 18px; color:#333; line-height: 2.5em; margin: 2px;}
h4 { font-size: 16px; color:#6e8aa3; line-height: 2.5em; margin: 2px;}	
h5 { font-size: 14px; color:#6e8aa3; line-height: 2.5em; margin: 2px;}
h6 { font-size: 12px; color:#6e8aa3; line-height: 2.5em; margin: 2px;}

/* Anchor */
A { 
	font-weight: bold;
	text-decoration: none;
	color: #5f5925;
}

/* Forms */
form { margin: 0px; padding: 0px; }