/* This file hides elements not necessary for printing and sets printer friendly colors */

.ui_header, .ui_left, .BreadCrumb_Wrapper, .ui_copyright, .ui_tagline, .ui_footer, .DoNotPrint {
	display: none;
}

/* Copied from /css/styles.css */

/* Text - Defaults */
body, td, p {
	/* do not, under any circumstances, declare a line-height here */
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	margin: 0px;
		margin-bottom:5px;
}

p {
	padding-left: 25px;
	padding-right: 25px;
}

h1 {
	font-size: 22px;
	margin-bottom:2px;
	margin-top:0px;

}

h2 {
	font-size: 18px; 

margin-bottom:2px;
	margin-top:8px;
	font-style: italic;
	


}

h3 {	
		font-size: 14px; 
	
margin-bottom:2px;
	margin-top:4px;
	


}

h4 {
		font-size: 12px;

font-style: italic;
margin-bottom:2px;
	margin-top:4px;


}

h5 {
	

	font-size: 12px; 
	margin-bottom:2px;
		margin-top:4px;

}

h6 {

	font-size: 10px; 

	margin-bottom:2px;
		margin-top:4px;
		font-weight: bold;
}

a:link, a:active {
	
	font-weight: bold;
	text-decoration: none;

}	

a:visited {
	
	font-weight: bold;
	text-decoration: none;
	
}

a:hover {
	text-decoration: underline;

}	

