@charset "utf-8";

.pg-header {
	background-color: #DEDEDE;
}

.pg-footer {
	background-color: #DEDEDE;
}

.td-border {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: dotted;
	border-bottom-style: solid;
	border-left-style: dotted;
	border-top-color: #464646;
	border-right-color: #464646;
	border-bottom-color: #464646;
	border-left-color: #464646;
}
.td-desc {
	background-color: #E7E7E7;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #464646;
	border-right-color: #464646;
	border-bottom-color: #464646;
	border-left-color: #464646;
}
.border-trlb {
	border: 1px solid #06C;
	vertical-align: top;
}
.bg-gray {
	background-color: #CCC;
	vertical-align: top;
}
.bg-green-center {
	background-color: #9C3;
	text-align: center;
	vertical-align: top;
}
.first-char {
	background-color: #999;
	color: #000;
	font-size: 150%;
	font-weight: bold;
}
