.TBBrRDotted {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999999;
}
.TBTextBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}
A.TBTextBold:hover {
	color: #FF0000;
	text-decoration: underline;
}
.TBTextBoldBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #0066CC;
	text-decoration: none;
}
A.TBTextBoldBlue:hover {
	color: #FF0000;
	text-decoration: underline;
}
.TBText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}
A.TBText:hover {
	color: #FF0000;
	text-decoration: underline;
}
.TBTextBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #0066CC;
	text-decoration: none;
}
A.TBTextBlue:hover {
	color: #FF0000;
	text-decoration: underline;
}

