.style {
	font-family: "Trebuchet MS";
	font-size: 11px;
	text-align: center;
}
a:hover {
	background-color: #CCCCCC;
	display: inline;
}
.mainblock {
	font-family: "Trebuchet MS";
	font-size: 11px;
	text-align: left;
	padding-left: 12px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
}
.bold {
	font-family: "Trebuchet MS";
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-top-color: #FF9900;
	border-right-color: #FF9900;
	border-bottom-color: #FF9900;
	border-left-color: #FF9900;
}
.underl {
	font-family: "Trebuchet MS";
	font-size: 11px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	display: block;
}
