/* This file hides elements not necessary for printing and sets printer friendly colors */

.ui_header, .ui_left, .BreadCrumb_Wrapper, .ui_copyright, .ui_tagline, .ui_footer, .DoNotPrint, .ui_print_email {
	display: none;
}

/* Copied from /css/styles.css */

/* Text - Defaults */
body, td, p, li, input, select, textarea {
	font: normal normal 11px Tahoma, Arial, Sans-Serif;
	text-decoration: none;
	color: #000;
}

/* Lists */
ul, ol {}

/* Formatted Text */
pre {}

/* Headings */
h1 { font-size: 20px;
	color: #C26C24;
	font-weight: normal; }
h2 { font-size: 18px; 
	color: #837E5A;}
h3 { font-size: 16px;
	color: #000; }
h4 { font-size: 14px;
	color: #544F2E; }
h5 { font-size: 12px; 
	color: #C26C24;
	font-weight: normal;}
h6 { font-size: 10px; 
	color: #000;}

/* Links - default */
a:link, a:active, a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #C26C24;
}

/* Forms */
form { margin: 0; padding: 0; }