.tableheader {
	border: 1px solid #000000;
	background-color: #3399FF;
	color: #000000;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
}
.tabletext {
	text-align: left;
	font-weight: bold;
	width: 90%;
	font-size: 10px;
}

.strtable1 {
	border-style: solid;
	border-width: thin thin thin thick;
	border-color: #FFFFFF;
	background-color: #EEFFFF;
	text-align: left;
	font-weight: bold;
	width: 35%;
	font-size: 10px;
}
.strtable2 {
	border-style: solid;
	border-width: thin thin thin thick;
	border-color: #FFFFFF;
	background-color: #CCFFFF;
	text-align: left;
	font-weight: bold;
	width: 35%;
	font-size: 10px;
}
.strtable1right {
	border-style: solid;
	border-width: thin thick thin thin;
	border-color: #FFFFFF;
	background-color: #EEFFFF;
	text-align: right;
	width: 15%;
	font-size: 10px;
}
.strtable2right {
	border-style: solid;
	border-width: thin thick thin thin;
	border-color: #FFFFFF;
	background-color: #CCFFFF;
	text-align: right;
	width: 15%;
	font-size: 10px;
}
.infotable {
	border: thin double #000000;
}
.remark {
	font-size: x-small;
	text-align: left;
}
