/* CSS Document */
.RoundIcon
{
	background-image: url(RoundIcon.gif);
	width: 17px;
	margin-right: 2px;
	background-repeat: no-repeat;
	height: 17px;
}
.SquareIcon
{
	background-image: url(SquareIcon.jpg);
	width: 17px;
	margin-right: 2px;
	background-repeat: no-repeat;
	height: 17px;
}

.ctTitle
{
	font-weight: bold;
	font-size: 12px;
	color: midnightblue;
	border-bottom: #666666 1px dashed;
	font-family: Georgia;
}

