@charset "utf-8";
/* CSS Document */

.tableTitles {
	color: #CC0000;
}

.tableRowBg {
	background: #dfe4fa;
}

.tableRowLightBg {
	border-left: 2px dotted #AAAAAA;
	padding-left: 8px;
	margin-left: 5px;
}

.dateUpdated {
	font-size: 10px;
	font-weight: bold;
	font-style: italic;
}

.price {
	color: #000066;
}