.tbl {
	padding: 4px;
	border: thin solid #CCCCCC;
}
.header {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	background-color: #FF6666;
	text-align: left;
	padding: 4px;
	border: thin outset #CCCCCC;
}
.sub-points {
	font-family: Verdana,;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	text-decoration: none;
	background-color: #FF9933;
	padding: 5px;
	border: thin ridge #CCCCCC;
}
.body {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	text-decoration: none;
	background-color: #CCCCCC;
	padding: 5px;
	border: thin groove #00CC99;
}
