/* 

Title :			PRINT CSS
Author :		KristofCreative.com
URL :			
Description : 
Created : 		
Modified :		

*/


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

#header, #menu #footer, #copyright, .noprint { 
	display: none; 
	}

body, p, td, th, ul, li, a { 
	background-color: #fff; 
	color: #000; 
	font-family: "Times New Roman", Garamond, serif; 
	font-size: 12pt; 
	line-height: 14px;
	}
#pagebody, #text { 
	background-color: #fff; 
	width: 80%; 
	border: none; 
	}



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

h1, h2, h3, h4, h5, h6	{ 
	color: #000; 
	}

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; }






