/*
 * columns
 */
table.cQuote {
	border-top: solid 1px #dfddff;
	border-bottom: solid 1px #dfddff;
	margin: 10px;
	width: 125px;
}
table.cQuote td {
	font-family: Tahoma, Geneva, Sans-Serif;
	font-size: 110%;
	font-weight: bold;
	font-style: italic;
	color: #214184;
	padding: 5px;
}
table.cColBoxes td {
    filter: Gray;
}
table.cColBoxes td:hover {
    background-color: #ccc;
    filter: none;
}
table.cColBoxes td span {
    color: #b74d2e;
    font-size: 110%
}