.warnbox {
	width: 100%;
	border: 1px solid #990000;
	background-color: #FFF2F2;
}
.tblhead {
	position: relative;
	height: 24px;
	background: #f1f1f1;
	margin: 4px;
}

.tblcellr {
	text-align: right;
	padding-top: 3px;
	padding-bottom: 3px;
}
.tblcelll {
	text-align: left;
	padding-top: 3px;
	padding-bottom: 3px;
}
.tblcellhl {
	text-align: left;
	padding-top: 3px;
	padding-bottom: 3px;
	width: 70px;
}
.tblcell {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 5px;
}
.tblcellt {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 5px;
	vertical-align: top;
}
.tblcells {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 5px;
	font-size: x-small;
	color: #989898;
}.tblcell2 {
	background-color: #FFF2F2;
}
.tblbegin {
	table-layout:fixed;
}
.tblsize {
	text-align: right;
}
.tbldate {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 5px;
	text-align: right;
	vertical-align: top;
	width: 70px;
}
.headline {
	color: #000000;
}

