/* 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: 12px trebuchet ms, sans-serif;
	font-weight: normal;
	line-height: 3.1ex;
	text-decoration: none;
	color: #000;
}

/* Lists */
ul, ol {}

/* Formatted Text */
pre {}

/* Headings */

h1 {	font-size: 24px;line-height: 2.5ex}
h2 {	font-size: 20px;line-height: 2.5ex}
h3 {	font-size: 18px;line-height: 2.5ex}
h4 {	font-size: 14px;line-height: 2.5ex}
h5 {	font-size: 12px;line-height: 2.5ex}
h6 {	font-size: 10px;line-height: 2.5ex}

/* Anchor */

a:link, a:active {
	font-weight: bold;
	text-decoration: none;
	color: #00c;
	}	

a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #009;
	}

/* Forms */
FORM { margin: 0px; padding: 0px; }