@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}

#header {
	margin: 0;
	margin-bottom: 15px;
	padding: 0;
	float: left;
	height: 110px;
	width: 99%;
	border-bottom: solid 1px #000000;
}
#header h1 {
	font-size: 13pt;
	margin: 0;
	padding: 0;
	padding-top: 20px;
	padding-bottom: 10px;
}
#header .print img {
	float: left;
	margin-right: 10px;
}
#pagecontent {
	text-align: justify; 
	margin-bottom: 10px;
}
.center {
	text-align: center;
}
.bold {
	font-weight: bold;
}
h2 {
	font-size: 13pt;
}
h3 {
	font-size: 12pt;
}
h4 {
	font-size: 11pt;
	font-style: italic;
	font-weight: bold;
}
h5 {
	font-size: 10pt;
	font-weight: bold;
}
td {
 vertical-align:top;
}
#navbar, #subnav, #ie_minheight, #footer, .noprint {
	display: none;
}
#printConditions{
	width: 99%;
	font-size: 7pt;
	text-align: justify;
	border-top: solid 1px #000000;
	padding-top: 5px;
	margin-top: 5px;
	color: #666666;
}
.priceConditions {
	font-size: 7pt;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
a {
	color:#000000;
	text-decoration: none;
}
dt {
	font-weight: bold;
	padding: 5px 0;
	text-align: justify;
}
dd {
	padding-bottom: 6px;
	text-align: justify;
}
.table_left {
	border-top: solid 1px #000000;
	border-left: solid 1px #000000;
	text-align:left;
	padding: 2px 10px;
}
.table_index_content, .table_center {
	border-top: solid 1px #000000;
	border-left: solid 1px #000000;
	text-align:center;
	padding: 2px 10px;
}
.table_index_toprow, .table_toprow {
	border-left: solid 1px #000000;
	text-align:center;
	padding: 2px 10px;
	font-weight: bold;
}
.table_index_col1, .table_col1 {
	border-top: solid 1px #000000;
	text-align: center;
	padding: 2px 10px;
}
.table_col1_left {
	border-top: solid 1px #000000;
	text-align: left;
	padding: 2px 10px;
}

