.rowheading {
	font-weight: bold;
	color: #FC3;
	background-color: #002757;
	border-bottom-width: medium;
	border-bottom-style: double;
	border-bottom-color: #999;
	text-align: center;
	padding: 0px;
	height: 35px;
	vertical-align: middle;
}
.background {
	background-color: #F3F0D6;
}
.tablelist {
	list-style-type: none;
	padding-left: 5px;
}


.columnrt {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999;
	line-height: normal;
}
.columnlft {
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #999;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999;
	text-align: right;
	font-weight: bold;
	line-height: normal;
}

