@charset "utf-8";
/* CSS Document */

table {
	width: 100%; border-right: 1px solid #aaaaaa; text-align: center; margin-top: 10px; margin-bottom: 10px;
}

.header {
	font-weight: bold; border-bottom: 1px solid #aaaaaa; border-top: 1px solid #aaaaaa;
}

.left {
	font-weight: bold; text-align: left; border-right: 1px solid #aaaaaa;
}

.first {
	border-bottom: 1px dotted #cccccc; border-right: 1px dotted #cccccc;
}

.last {
	border-bottom: 1px dotted #cccccc;
}

.lalign {
	text-align: left;
}

.firstend {
	border-bottom: 1px solid #aaaaaa; border-right: 1px dotted #cccccc; font-weight: bold; color: #880000;
}

.lastend {
	border-bottom: 1px solid #aaaaaa; font-weight: bold; color: #880000;
}