/* This file hides elements not necessary for printing and sets printer friendly colors */

#noShow, .noshow, .ui_topnav, .BreadCrumb_Wrapper, .ui_footer, .tagline, .ui_header, .right, .ui_copyright, .print_email, .DocumentList {
	display: none;
}

body, td, p, li, input, select, textarea {
	font: normal normal 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
}



.left {width: 640px;}

.ui_main_content {width: auto;}

/* Lists */
ul, ol {}

/* Formatted Text */
pre {}

/* Headings */
h1 {	
	font-size: 24px;
	font-weight: bold;
	line-height: 2.0ex;
	margin-top:8px;
	margin-bottom:5px;
}

h2 {
	font-size: 20px;
	font-weight: bold;
	line-height: 2.0ex;
	margin-top:8px;
	margin-bottom:5px;
}
	
h3 {
	font-size: 16px;
	font-weight: bold;
	line-height: 2.0ex;
	margin-top:8px;
	margin-bottom:5px;
}
	
h4 {
	font-size: 14px;
	font-weight: bold;
	line-height: 2.0ex;
	margin-top:8px;
	margin-bottom:5px;
	font-style: italic;
}
	
h5 {
	font-size: 14px;
	font-weight: bold;
	line-height: 2.0ex;
	margin-top:8px;
	margin-bottom:5px;
	border-bottom: 1px dotted #6B5C86;
}
	
h6 {
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 3.1ex;
	text-decoration: none;
	margin-top:8px;
	margin-bottom:5px;
}

a:link, a:active, a:visited, a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #AC5200;
}	