body{
	margin: 5px;
	background: #fff;
	background-image: none;
	color: #333;
	text-align: center;
}

div#wrapper,
div#header,
div#container,
div#content,
ul#topicnav,
div#footer{
	clear: both;
	background-image: none;
	width: auto;
	height: autol
	margin: 0;
	padding: 0;
	text-align: left;
}

.noprint,
ul#subnav,
ul#globalnav,
div#keyvisual,
ul#spnav,
ul#topicnav,
div#sidebar,
div#footer p.backtop,
div#footer ul{
	display: none;
}

a img{
	border: none;
}

a{
	background-image: none;
}

a#header_logo{
	display: block;
	float: left;
	width: 120px;
	height: 90px;
	margin: 0;
}

a#header_call{
	display: block;
	float: right;
	width: 490px;
	height: 20px;
	margin: 0;
}

th{
	background: #fff;
	font-weight: bold;
}

.th_20{
	width: 20%;
}

.block_right{
	display: inline;
	float: right;
	margin: 0 0 1em 1em;
}

.block_left{
	display: inline;
	float: left;
	margin: 0 1em 1em 0;
}


div#header{
	margin: 0 0 2em 0;
	padding: 0 0 1em 0;
	border-bottom: 3px #000 double;
	zoom: 100%;
}

div#header:after{
	content: " "; 
	clear: both; 
	height: 0; 
	display: block; 
	visibility: hidden;
}


div#footer{
	margin: 2em 0 0 0;
	border-top: 3px #000 double;
}

