/* CSS Document */

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

	
.show_print {
	display: block !important;
	}
	
img {
	border: none;
	}

#sidebar,
#site_tools,
#menu_container,
#toolstrip,
#site_header,
hr
 {
	display: none;
	}
	
#wrapper {
	padding: 0;
	background: none;
	}
	
#content_wrapper {
	width: auto;
	}
	
#breadcrumb {
	font-size: 7pt;
	border-top: .5pt solid #ccc;
	border-bottom: .5pt solid #ccc;
	padding: 2pt 0;
	text-align: left;	
	}
	
#content {
	width: auto;
	color: #333;
	padding: 0;
	font-size: 10pt;
	}
	
#content ul {
	margin: 20px 100px 20px 50px;
	}
	
#footer {
	border-top: .5pt solid #ccc;
	}
	
#footer_links {
	display: none;
	}
