@charset "utf-8";

html, body {
	min-width: 0;
}

body {
	background: none;
}


table {
	border-collapse: collapse;
	margin: 0px auto 0 auto;
}

	table td {
		padding: 5px 5px 5px 5px;
		border-bottom: 1px solid #ffffff;
		border-right: 1px solid #ffffff;
		background-color: #d7e4e4;
		text-align: center;
		font-size: 12px;
	}

	table td.tableheadline {
		background-color: #3a6891;
		font-weight: bold;
		text-align: left;
		color: #ffffff;
		font-size: 12px;
		padding: 5px 0 5px 0;
		text-indent: 7px;
	}
	
	table td.whiterow {
		background-color: #ffffff;
		font-size: 11px;
		padding: 0;
		height: 5px;
	}


table tr.colhead td {
	background-color: #b2cccd;
	font-weight: bold;
	font-size: 12px;
}

	table tr.colhead td.first {
		text-align: left;
		text-indent: 7px;
		padding: 0;
	}


table td.rowhead {
	background-color: #b2cccd;
	text-align: left;
	white-space: nowrap;
	padding-left: 5px 0 5px 7px;
}

table td.col1 {background-color: #eaf5f5;}
table td.col2 {background-color: #d7e4e4;}

table sup {
	vertical-align: top;
	font-size: 9px;
}


table td.infos {
	background-color: #ffffff;
	text-align: left;
	padding-left: 0;
}

table td.infos p {
	font-size: 10px;
	line-height: 15px;
	padding-left: 7px;
	margin-bottom: 0;
}




