#printheader {
	width: 100%;
	background: #fff;
	margin-top: 30px;
	padding: 0;
	border-bottom: 1px solid #000;
	float: left;
	margin-bottom: 20px;
}

* html #printheader {
	width: 100%;
	background: #fff;
	margin-top: 30px;
	padding: 0;
	border-bottom: 1px solid #000;
	float: none;
}

#printheader .logo {
	width: 300px;
	height: 80px;
	background: #fff;
	padding: 0;
	float: left;
}

#printheader .logo img {
	display: block !important;
}

#printheader .adress {
	height: 80px;
	margin-bottom: 8px;
	padding: 0;
	text-align: right;
	float: right;
	font-size: 9px;
}

* html #printheader .adress {
	height: 80px;
	margin-bottom: 5px;
	padding: 0;
	text-align: right;
	font-size: 9px;
}

body {
	background: #fff;
	color: #5f5f5f;
	margin: 0 0 0 0px;
	padding: 0;
	line-height: 14px;
	font-family: Tahoma, Arial, sans-serif;
	color: #5f5f5f;
}

#site {
	width: 100%;
}

h2 {
	font-size: 12px;
	font-weight: bold; 
	color: #FF0000;
}

h3 {
	font-size: 11px;
	font-weight: normal; 
	color: #333;
}

h4 {
	font-size: 11px;
	font-weight: normal; 
	color: #5f5f5f;
}

h5 {
	font-size: 11px;
	font-weight: normal; 
	color: #333;
}

div, form, input, select, textarea, h1, p, ol, ul, li, object, embed, a {
	padding: 0;
	margin: 0;
	font-size: 11px;
	color: #5f5f5f;
}

ol, ul, li {
	margin: 0px 0px 0px 0px; 
}


ol, ul {
	margin-left: 20px;
}

object {
	display: block;
}

a:link, a:visited, a:hover, a:active {
	color: #5f5f5f;
	text-decoration: none;
}

img {
	border: 0;
	margin: 0;
	padding: 0;
}

form {
	display: none;
}

#header, #meta_navigation, #header_media {
	display: none;
}

#left h1 {
display: none;
}

#left h1 img {
	display: none;
}

#left h1 a span {
	display: none;
}

#navigation {
	display: none;
}

.right_side_bar {
	width: 420px;
	margin: 10px 0 10px 0;
}

* html .right_side_bar {
	width: 420px;
	margin: 8px 0 8px 0;
}

.right_side_bar h4 {
	font-weight: bold; 
	margin: 5px 0;
	color: #333;
}

.right_side_bar h5 {
	margin: 3px 0px;
	font-weight: bold;
	color: #FF0000;
}

.right_side_bar p {
	margin: 5px 0;
	color: #333;
}

.right_side_bar p a {
	display: none;
}

.tb_navigation {
	display: none;
}


.tb_body h4 {
	font-weight: bold; 
	margin: 5px 0;
}

.tb_body ul {
	color: #5f5f5f;
}

.tb_body ul li {
	color: #5f5f5f;
}

.tb_body p {
	margin: 5px 0;
}


#tb_content_1 {
	display: block !important;
	margin-bottom: 30px;

}

#tb_content_2 {
	display: block !important;
	margin-bottom: 30px;

}

#tb_content_3 {
	display: block !important;
	margin-bottom: 30px;

}

#content_area #content table {
	margin-top: 40px;
	margin-bottom: 40px;
	margin-left: 1px;
	width: 99%;
	border-collapse: collapse;
	border: 1px solid #dbdbdb;
}

#content_area #content table tr {
	page-break-inside: avoid;
}

#content_area #content table td {
	padding: 5px 5px 5px 10px;
	border: 1px solid #dbdbdb;	
}

#footer {
	display: none;
}

#footer_print {
	display: none;
}