/*
'CSS FILE: 
'print.css

'DESCRIPTION/NOTES:
'styles that will allow maximize the printed version of the page
'PARAMETERS:
'

'RESOURCE FILES:
'N/A
*/

body, p, td, th, ul, a, div{
	background-color: #fff;
	color: #000;
	font-family: "Times New Roman", Garamond, serif;
	font-size: 12pt;
}

#col1, #col3, #masthead{display:none;}

#content col#2{
	background: transparent;
	border: 0;
	color: black; 
	float: none !important;
	margin: 0 5%;
	padding: 0; 
	width: auto; 
}

a:after, a:link:after  { 
	background-color:transparent; 
	color: #000000;
	content: " * Link " attr(href) "* "; 
}

a:visited:after {
	background-color:transparent;
	color:#000000; 
	content: " * Link " attr(href) "* "; 
}

page-break-after:always;
page-break-before:always;
page-break-after:avoid;
page-break-before:avoid;