td.intro_text{
	font-family: Verdana, sans-serif;
	font-size: 14px;
	color: #000000;
	background-color: #cccccc;
	line-height: 18px;
	padding: 3px;
}
.bold {
	font-family: Verdana, sans-serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	color: #990000;
}
.sub_link {
	font-family: Verdana, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	background-color: #999999;
	display: block;
	padding: 8px;
	width: 110px;
}
.sub_link:hover {
	font-family: Verdana, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
	background-color: #999999;
	display: block;
	padding: 8px;
	width: 110px;
}

