/* This file hides elements not necessary for printing and sets printer friendly colors */

#noShow, .noShow, .header, .left, .footer, .print_email, .tagline {
	display: none;
}

/* Text - Defaults */
body, td, p, li, input, select, textarea {
	font: 11px tahoma, arial, sans-serif;
	font-weight: normal;
	line-height: 1.5em;
	text-decoration: none;
	color: #000;
}

/* Lists */
ul, ol {}

/* Formatted Text */
pre {}

/* Headings */
h1 { font-size: 20px; font-weight: normal; color: #4D5A8E; }
h2 { font-size: 18px; color: #000; }
h3 { font-size: 16px; }
h4 { font-size: 14px; color: #4D5A8E; border-bottom: solid 1px #4D5A8E; }
h5 { font-size: 12px; }
h6 { font-size: 12px; font-style: italic; }

/* Anchor */
a:link, a:active, a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #4D5A8E;
}

/* Forms */
form { margin: 0px; padding: 0px; }