/* 

Title :			PRINT CSS
Author :		KristofCreative.com
URL :			
Description : 
Created : 		YEAR MONTH DAY  format: 0000-00-00
Modified :		

*/


/* =TYPOGRAPHY Divs
------------------------------------ */

#navigation, #sidebar #footer, .noprint { 
	display: none; 
	}

body, p, td, th, ul, a { 
	background-color: #fff; 
	color: #000; 
	font-family: "Times New Roman", Garamond, serif; 
	font-size: 12pt; 
	}
#content, #main { 
	background-color: #fff; 
	width: 100%; 
	border: none; 
	}



/* =HEADER STYLES
------------------------------------ */

h1 { font-size: 1.8em; }
h2 { font-size: 1.6em; }
h3 { font-size: 1.4em; }
h4 { font-size: 1.2em; }
h5 { font-size: 1.1em; }
h6 { font-size: 1.1em; }






