.sub {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #8CCEAD;
	layer-background-color: #F8F8F8; /*for Netscape 4*/
	border: 2px solid #660000;
}
.sub p {
	padding: 3px 12px 3px 6px;
	margin: 0px;
}
.sub a:link {
	color: #660000;
	text-decoration: underline;
	font-weight: bold;
}
.sub a:visited {
	color: #666600;
}
.sub a:hover {
	background-color: #F7EDF0;
	color: #CC6600;
}
.sub a:active {
	background-color: #EEEEEE;
	color: #CC0000;
}
.dn {
	color: #660033!important;
	font-weight: bold;
}

