/* This file hides elements not necessary for printing and sets printer friendly colors */

#noShow, .noShow, .ui_header_top, .ui_header, .ui_top_nav_wrapper, .BreadCrumb, .ui_footer, .ui_tagline {
	display: none;
}

/* Text - default */
body, td, p, li, input, select, textarea {
	font: normal normal 11px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #000;
}

/* Lists */
ul, ol {}

/* Formatted Text */
pre {}

/* Headings */
h1{
	font-size: 22px;
line-height: 2.5ex;
	margin:2px;
	
}

h2 { 
	font-size: 18px; 
	
	line-height: 2.5ex;
	margin:2px;
}

h3 { 
	font-size: 16px; 
	
	line-height: 2.5ex;
	margin:2px;
}

h4 { 
	font-size: 14px;

	line-height: 2.5ex;
	margin:2px;
}	

h5 { 
	font-size: 11px;
color:#ffffff;
	line-height: 2.5ex;
		margin:2px;
margin-top:10px;
	background: #000000;
	padding: 3px;
}

h6 { 
	font-size: 12px;

	line-height: 2.5ex;
	margin:2px;
	font-style: italic;
}

/* Links - default */
a:link {
	font-weight: bold;
	text-decoration: none;
	color: #000;
}

a:visited{
	font-weight: bold;
	text-decoration: none;
	color: #000;
}

a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #000;
}

a:active {
	font-weight: bold;
	text-decoration: none;
	color: #000;
}	

/* Forms */
form { margin: 0px; padding: 0px; }