/* This file hides elements not necessary for printing and sets printer friendly colors */

.header, .left, .BreadCrumb_Wrapper, .footer1, .footer2 {
	display: none;
}

/* Text - default */
body, td, p, li, input, select, textarea {
	font: normal normal 12px Arial, Tahoma, Sans-Serif;
	text-decoration: none;
	color: #353535;
}

/* Lists */
ul, ol {}

/* Formatted Text */
pre {}

/* Headings */
h1 { font-size: 20px; color: #6D1A3C; font-weight: bold; }
h2 { font-size: 18px; font-weight: normal; color: #6D1A3C; }
h3 { font-size: 16px; }
h4 { font-size: 14px; color: #6D1A3C; }	
h5 { font-size: 12px; }
h6 { font-size: 10px; }

/* Links - default */
a:link, a:active, a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #6D1A3C;
}

/* Forms */
form { margin: 0px; padding: 0px; }