/* Print Stylesheet */
/* Print Stylesheet */
																/* >>> ELEMENTS <<< */
* {
	margin: 0;
	padding: 0;
	}
	body {
		color: #000;
		background-color: #fff;
		font-family: "Tahoma", "Arial", "MS Sans Serif", "Times New Roman", sans-serif;
		font-size: 80%;
		padding: 5px 0 0 10px;
		}

img {
	display: none;
}	

img.show, image.image-preview, image.image-thumbnail {
	display: block !important;
}			
		
#menu {
	display: none;
}
#header {
	display: none;
}
															
div#print {
	display: block;
	margin: 0 0 10px 0;
	padding: 10px 0 20px 0;
	color: #000;
	background-color: #fff;
	font-size: 130%;
	text-align: left;
	border-bottom: 3px solid #eee;
	z-index: 999;
	}

#container, #content-wrap {
	width: auto;
	border: 0;
	margin: 1.0em 5% !important;
	padding: 10px 0 0 0;
	float: none !important;
	line-height: 1.3em !important;
	}
	p {
		margin: 0.5em 0 0.5em 0 !important;
		line-height: 1.3em !important;
	}
	
.x {
	display: none;
}

div.source_url, div.pfp-links {
	font-size: 11px;
	color: #aaa;
	padding: 5px 0 5px 0;
	}
	div.source_url a {
		color: #aaa !important;
	}

h2.title {
	color: #0066B2;
	border-bottom: 1px solid #0066B2;
	font-size: 150%;
	font-weight: lighter;
	text-transform: capitalize;
	padding: 0 0 10px 0px;
	margin-bottom: 0.6em;	
}

h3 {
	color: #438500;
	font-size: 130%;
	line-height: 23px;
	font-weight: normal;
	padding: 2px 0 6px 0px;
	margin: 0 0 0.3em 0;
	border-left: 0px solid #99CC67;
}

h4 {
	color: #438500;
	background-color: inherit;
	font-size: 115%;
	line-height: 20px;
	font-weight: normal;
	margin: 0.2em 0 0.4em 0;
}

p {
	margin: 7px 0 15px 0;
	color: #666;
	background-color: inherit;
	line-height: 17px;
}

.clear {
	clear: both;
}

ul {
	list-style-type: none;
	padding: 0 0 5px 0;
	font-size: 105%;
}

ul li { 
	background: url(../images/icons/bullet.gif) left center no-repeat;
	padding: 0 0 0 14px;
	margin: 0 0.5em 0 0.7em;
}
																/* >>> END <<< */
