<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */

.listcon{
	height: 30px;
	border: 1px solid #9ECFFC;
	padding-left: 8px;
}
.list1{
	float: left;
	height: 28px;
	width: 120px;
}
.list2{
	float: left;
	height: 30px;
	width: auto;
	font-size: 12pt;
	font-weight: bold;
	color: #0556AF;
	padding-left: 10px;
	padding-top: 5px;
}
.list3{
	float: left;
	height: 30px;
	padding-top: 8px;
	font-weight: bold;
	width: auto;
	padding-left: 10px;
}</pre></body></html>