/* This file hides elements not necessary for printing and sets printer friendly colors */

.noShow, .BreadCrumb_Wrapper {
	display: none;
}

.right {
	width: 100%;
}

/* 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: 18px; font-style: italic; }
h2 { font-size: 18px; }
h3 { font-size: 14px; font-style: italic; text-transform: uppercase; }
h4 { font-size: 14px; }	
h5 { font-size: 12px; }
h6 { font-size: 10px; }

/* Anchor */
a:link, a:active, a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #C7252E;
}

/* Forms */
form { margin: 0px; padding: 0px; }