/* This file hides elements not necessary for printing and sets printer friendly colors */

#noShow, .noShow, .ui_header, .ui_left, .ui_copyright_tagline, .BreadCrumb_Wrapper, .ui_bottom_outside, .right_top, .right_bottom, .footer_img, .ui_print_email {
	display: none;
}

.ui_footer {
	color: #000;
	background-color: #fff;
}
/* Text - Defaults */
body, td, p, li, input, select, textarea {
	font-weight: normal;
	line-height: 1.5em;
	text-decoration: none;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}

/* Lists */
ul, ol {}

/* Formatted Text */
pre {}

/* Headings */
h1 {
	font: Arial, Helvetica, sans-serifarial, sans-serif;
	font-weight: 600;
	letter-spacing: -1px;
	line-height: 1.4em;
	color: #000;
	font-size: 22px; 
	margin-bottom:2px;
	margin-top:0px;
	}

h2 {
	line-height: 1.4em;
	color: #000; 
	margin-bottom:2px;
	margin-top:4px;
	font-style: italic;
	font-size: 18px; 
}
	
h3 {	
	padding-left: 5px;
	line-height: 1.4em;	
	font-size: 16px; 	
	margin-bottom:2px;
	margin-top:4px;
	color: #000;
}
h4 {
	font-size: 14px;
	line-height: 1.4em;	
	font-style: italic;
	margin-bottom:2px;
	margin-top:4px; 
	color: #000;
	}
	
h5 {
	font-size: 12px; 
	margin-bottom:2px;
	margin-top:4px;
	line-height: 1.4em;	
	color: #000;
	}
	
h6 {
	margin-bottom:2px;
	margin-top:4px;
	font-weight: bold;
	font-size: 10px;
	line-height: 1.4em;	
	color: #000;
	}

/* Anchor */
a:link { 
	font-weight: bold;
	text-decoration: underline;
	color: #ccc;
}

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: underline;
	color: #000;
}

/* Forms */
FORM { margin: 0px; padding: 0px; }