/***** Debt Relief Print.css *****/


* { 
background : transparent !important; 
color : black !important; 
text-shadow : none !important; 
filter : none !important;
-ms-filter : none !important; } 

a, a:visited { 
color : #444 !important; 
text-decoration : underline; }

a[href]:after { 
	content : " (" attr(href) ")"; 
	color: #636D1D !important;
	font-size: 90%;
}

abbr[title]:after { 
content : " (" attr(title) ")"; }

a[href^="javascript:"]:after, 
a[href^="#"]:after { 
content : ""; }
  
pre, blockquote { 
border : 1px solid #999; 
page-break-inside : avoid; }

thead { 
display : table-header-group; }

tr, img { 
page-break-inside : avoid; }

@page { 
margin : .5cm; }

p, h2, h3 { 
orphans : 3; 
widows : 3; }

h2, h3 { 
page-break-after : avoid; }

body {
	font-family: Helvetica, Arial;
	font-size: 13px;
	line-height: 1.4;
}
nav,
footer div,
aside,
#breadCrumb,
#footerLogo {
	display: none;
}
header {
	color: #0b74b1 !important;
	border-bottom: 4px solid #0b74b1;
	padding: 0 0 20px 0;
}
#logo {
	font-size: 34px;
	font-weight: bold;
}
#logo a {
	text-decoration: none;
}
#logo a[href]:after { 
	content : "";
}
#hPhone {
	font-size: 18px;
}
#logo em {
	font-style: normal;
	color: #0b74b1 !important;
}
footer {
	border-top: 2px solid #000;
	padding: 15px 0 0 0;
}
article {
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
}



