/*------------------------------------------------------------------ 
# [Print Stylesheet] 
#  
# Project:        VOW SOLUTIONS
# Version:        1.0
# Created:	      01/06/2009
# Description:	  Styling for print format
# Author:	      Anu
# -------------------------------------------------------------------*/  

body { 
	background: 			none; 
	color: 					#000; 	
	font-family:			Arial, Helvetica, sans-serif; 
	font-size: 				8pt; 
	line-height: 			1.2;
	letter-spacing:			0.2pt;
	margin:					0 !important;
	padding:	            0 !important; 
	width:					100% !important;	
	word-spacing:			1.1pt;
}

blockquote { 
	margin: 				1.3em; 
	padding: 	            1em;  
}
hr { 
	background-color: 		#ccc; 
}

/* Images */
a img { 
	border: 				none; 
}

/* Links */
a:link, a:visited { 
	background: 			transparent; 
	color:					#333; 
	font-weight: 			700; 
	text-decoration: 		underline;
}
a:link[href^="http://"]:after, a[href^="http://"]:visited:after { 
	content: 				" (" attr(href) ") "; 
	font-size: 				90%; 
}
a[href^="http://"] {
	color:					#000; 
}

/* Table */
table { 
	margin: 				1px; 
	text-align:				left; 
}
th { 
	border-bottom: 			1px solid #333;  
	font-weight: 			bold; 
}
td { 
	border-bottom: 			1px solid #333; 
}
th,td { 
	padding: 	            4px 10px 4px 0; 
}
tfoot { 
	font-style: 			italic; 
}
caption { 
	background: 			#fff; 
	margin-bottom:			2em; 
	text-align:				left; 
}
thead {
	display: 				table-header-group;
}
tr {
	page-break-inside: 		avoid;
} 


/* hide various parts from the site */
#skipToContent, #primaryNav, .secondaryNav, #globalNav, form, .logo, .headerTop, #findOutMore, #rates img, #sidebar h4 a, #localCol, #relatedCol, #footer ul {
	display:				none;
}
