.tbl {
	border: 2px solid #0099CC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: justify;
}
h1, .hea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0099CC;
	text-transform: uppercase;
	font-weight: bold;
}
h2, .sub_hea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0099CC;
	font-weight: bold;
}
a:link, a:visited, a:active {
	color: #0099CC;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
.dis {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}
li {
	margin-bottom: 10px;
	list-style-image: url(bullet.gif);
}
.blk_brd {
	border: 1px solid #000000;
}
.subbul {
	list-style-type: disc;
}
