/* CSS Document */

body {
	background: #fff;
	color: #333;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	}
	
html body #content a {
	color: #333;
	border: none;
	padding: 0;
	margin: 0;
	text-decoration: none;
	}
	
html body .hide_print, .hide_print object {
	display: none !important;
	border: 1px solid red;
	height: 1px !important;
	}

.show_print {
	display: block !important;
	}

#sidebar,
#nav_tools,
#feature_container,
#nav_container,
#header h5


 {
	display: none;
	}
	
#page_description h2 {
	font-size: 10pt;
	}
	
#wrapper {
	padding: 0;
	background: none;
	}
	
	
#content_wrapper {
	width: auto;
	}
	
#content {
	width: auto;
	color: #333;
	padding: 0;
	font-size: 10pt;
	}
	
#content ul {
	margin: 20px 100px 20px 50px;
	}
	
#footer {
	margin-top: 20px;
	font-size: 6pt;
	}
	
#footer a {
	color: #333;
	text-decoration: none;
	}	
