/* This file hides elements not necessary for printing and sets printer friendly colors */

.header, .left, .BreadCrumb_Wrapper, .pe_wrapper, .footer, .DoNotPrint {
	display: none;
}

.directory_nav, .directory_spacer, .directory_nav_separator {
	display: none;
}

.directory_nav_content {
	width: 100%;
}

/* Copied from /css/styles.css */

/* Text - Defaults */

body, td, p {
	font: normal normal 12px Arial, Verdana, Sans-Serif;
	color: #000;
}

h1 {
	font: normal bold 16px Arial, Verdana, Sans-Serif;
	color: #DA1B00;
}

h1.directory_option_name {
	color: #DA1B00;
	margin: 0;
	padding: 20px 0 5px 0;
}

h2 {
	font: normal bold 16px Arial, Verdana, Sans-Serif;
	color: #738C17;
}

h3 {
	font: normal bold 16px Arial, Verdana, Sans-Serif;
	color: #27BCDC;
}

h4 {
	font: normal bold 14px Arial, Verdana, Sans-Serif;
	color: #000;
}

h5 {
	font: normal bold 12px Arial, Verdana, Sans-Serif;
	color: #DA1B00;
	text-transform: uppercase;
	border-bottom: 1px #DA1B00 solid;
}

h6 {
	font: italic normal 10px Arial, Verdana, Sans-Serif;
	color: #000;
	margin: 5px 0;
	padding: 0;
}

a:link, a:active, a:visited {
	font-weight: bold;
	text-decoration: underline;
	color: #DA1B00;
}