/* norcalbrokerage.com Print Styles */

/*remove unwanted items*/
#header,  {display: none;}

/*format the page*/
body{width: 100%; margin: 0; float: none;}

/*change the font*/

p{ 	
		color :#000000 !important; 
		background: #ffffff !important; 
		font-family: "Times New Roman", Times, serif !important; 
		font-size: 12pt !important; } 
h1, h2, h3, H4 { 	
		color :#000000 !important; 
		background: #ffffff !important; 
		font-family: "Times New Roman", Times, serif !important; 
		font-size: 14pt !important; } 

/*make links visible*/

a:link, a:visited {
	background: transparent;
	font-weight:700;
	text-decoration: underline;
	color :#000000 !important; 
}

/*a:link:after, a:visited:after {
  content: " (" attr(href) ") ";
  font-size: 90%;
}*/


.noprint {
display: none ;
}


tr, td, th {page-break-inside:avoid}