body{
	margin: 10px;
	padding: 0;
	background-color: transparent;
	color: black;
}

h1, h2, p, a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	line-height: 18px;
	color: Black;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	color: black;
}

/*################################--TOP--###################################*/

#top{
	display: none;
}

/*########################--SERVICE-NAVIGATION--############################*/

#navi_service ul {
	display: none;
}

/*#################################--WRAP--#################################*/

#mainmiddle {
	margin: 0;
	padding: 0;
 	width: 100%;
	float: none;
	position: relative;
	top: 0;
	left: 0;
}

/*#########################--SUB-NAVIGATION--###############################*/

#navi_sub {
	display: none;
}

/*#############################--CONTENT--##################################*/

#content {
	margin: 0px;
	width: 100%;
	float: none;
	background-color: transparent;
}

/*################################--FOOTER--################################*/

#bottom {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	position: relative;
	left: 0;
}

#copyright {
	display: none;
}

#copyright_print {
	border-top: 1px solid #003466;
	margin:20px 0 0 0;
	padding: 0;
	width: 100%;
	height: 50px;
	overflow: hidden;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: Black;
}

#copyright .key {
	display: none
}

#bottomline {
	display: none;
}

#bottomleft {
	display: none;
}

#bottomright{
	display: none;
}

@page{
	size: landscape;
}

/*#############################--TABLE KEY--################################*/

#tablecontent {
	table-layout: fixed;
	width: 100%;
	border-collapse: collapse;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
}

#col1 {
	width: 35px;
}

#col2 {
	width: 65px;
}

#tablecontent td {
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 5px 0 5px 0;
	vertical-align: bottom;
}

#tablecontent td.head {
	border-top: none;
}

#tablecontent td.infotext {
	font-size: 12px;
   vertical-align: top;
	padding: 5px 0 0 10px;
	border-bottom: none;
}

#tablecontent td.key {
	vertical-align: top;
	padding-right: 10px;
                
}

#tablecontent td.key01 {
	vertical-align: middle;
	padding-right: 10px;
                
}

span.bold{
	font-weight: bold;
}

span.float{
	float: right;
}

#tablecontent a{
	text-decoration: none;
	color: #4784C3;
	font-size: 11px;
}

#tablecontent a:hover, a:active{
	text-decoration: underline;
	color: #0000CC;
}

/*#############################--PRINTLOGO--################################*/

#printlogo {
	border-bottom: 1px solid black;
	display: inline;
	height: 70px;
	width: 100%;
	float: left;
	margin: 0 0 20px 0;
}

#printleft {
	float: left;
}

#printright {
	float: right;
}

* html #printright{
	margin-right: 5px; 
}

html + body #printright{
	margin-right: 5px;
}

/*##############################--Tunnel--###################################*/

#tunnel {
	margin: 0;
	padding: 0;
	width: 362px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: Black;
}

#tunnel #header {
	margin: 0;
	padding: 5px 0 0px 10px;
	width: 350px;
	height: 19px;
	overflow: hidden;
	font-weight: bold;
	font-size: 12px;
	border: 1px dashed black;
}

#tunnel #content {
	margin: 0;
	padding: 10px 10px 10px 10px;
	width: 340px;
	border: 1px dashed black;
	border-top: none;
	min-height: 150px;
	height: auto;
}

* html #tunnel #content {
	height: 150px;
}

#tunnel #content a {
	color: black;
	font-size: 11px;
}

#tunnel #content b {
	font-weight: bold;
	font-size: 11px;
}

#tunnel #content col {
	width: 155px;
}

h1.orange{
	color: black;
}


