/* This file hides elements not necessary for printing and sets printer friendly colors */

.DoNotPrint, .ui_header, .ui_left, .ui_footer {
	display: none;
}

/* Text - Defaults */
body, td, p, li, input, select, textarea {
	font: normal normal 11pt Garamond, Times, Serif;
	text-decoration: none;
	color: #000;
}

/* Lists */
ul, ol {}

/* Formatted Text */
pre {}

/* Headings */
h1 { font-size: 11pt; color: #2F4696; text-transform: uppercase; }
h2 { font-size: 14pt; }
h3 { font-size: 11pt; color: #2F4696; }
h4 { font-size: 10pt; }
h5 { font-size: 9pt; }
h6 { font: normal bold 7pt Arial, Tahoma, Sans-Serif; color: #2F4696; }

/* Links - default */
a:link, a:active, a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #E32D3D;
}

/* Links - hover (onmouseover) */
a:hover {
	text-decoration: underline;
}

/* Forms */
form { margin: 0px; padding: 0px; }