@charset "utf-8";
/* CSS Document */
body {
	color: #000;
	font-family: "Arial", Times, serif;
	font-size: 11pt;
	font-weight: normal;
}

#a {
	color: #000;
	text-decoration: underline;
}

#wrapper {
	margin: 0;
	padding: 0;
	width: 600px;
}

#printhead {
	border-bottom: 1px solid #000;
	width: 600px;
}

#printhead h1 {
	font-size: 14pt;
	font-weight: bold;
}

#pagetitle_inner_right {
	font-size: 14pt;
	font-weight: bold;
	text-decoration: underline;
	height: 30px;
	line-height: 30px;
	width: 600px;
}

#content h1, #content h2, #content h3, #content h4 {
	font-size: 14pt;
	font-weight: bold;
	text-decoration: underline;
}



#footercontent {
	border-top: 1px solid #000;
	height: 50px;
	margin: 25px 0 0 0;
	padding: 5px 0 0 0;
	width: 600px;
}


#metanavi, #teaser, #logo, #searchbox, #pagetitle_inner_left, #leftnavi, #rightcontent, #footerspacer_left, #footernavi, #footerspacer_right, #mirror_img {
  	display: none;
}
