body {
	font-family: Arial, Sans Serif, sans-serif;
	font-size: 1em;
	background: #FFFFFF;
	color: #000000;
}
body a{
	text-decoration: none;
	color: #000000;
}
h1 {
	font-size: 1.4em;
	color: #000000;
	margin: 0px;
	margin-top: 6px;
	margin-bottom: 6px;
	background: transparent;
	padding: 0px;
	padding-bottom: 2px;
	border-bottom: 1px solid #DDDDDD;		
}
h2 {
	page-break-before: auto;
	font-size: 1.25em;
	color: #000000;
	margin: 8px;
	margin-left: 0px;
	border-bottom: 1px solid #DDDDDD;
}
p {
	margin-top: 6px;
	margin-bottom: 6px;
}
ul, li {
	margin: 0px;
}
ul {
	margin-left: 30px;
}
li {
	margin-left: 15px;
}
hr {
	height: 1px;
	border: 0px none;
	border-bottom: 1px solid #DDDDDD;
	width: 100%;
}
table {
	border-collapse: collapse;
	border: 0px none;
}
td {
	border: 0px none;
	padding: 0px;
}
.main, .contents {
	background: transparent;
	border: 0px none;
	position: absolute;
	top: 26px;
	left: 0px;
	width: 100%;
}
.top, .header, .dojo, .menu, .footer, .bottom, .contents .submenu, .contents .side {
	display: none;
}
.print {
	display: block;
	width: 100%;
	text-align: center;
}
.print img {
	margin: 20px;
}
.single {
	background: transparent;
}
.single .txt {
	padding: 0px;
	width: 100%;
	margin-top: 60px;
}