.brownTitle {
	height: 18px;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	background: url('/images/quotes/brown_title_bg.gif') center left repeat-x;
	color: #f6ecc9;
	text-align: left;
	padding: 0 6px;
	border-top: 1px solid #000;
	border-right: 2px solid #000;
	border-left: 2px solid #000;
	border-bottom: 1px solid #000;
}

.quotes {
	/* width: 175px; */
	width: 193px;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	border: 1px solid #966522;
	padding: 1px;
}
.quotes th {
	font-size: 11px;
	font-weight: bold;
	color: 3b5087;
	border-bottom: 1px dotted #3c5189;
	padding: 6px 3px 4px 3px;
}

.quotes td {
	padding: 0 6px;
}

.quotes .rightBorder {
	border-right: 1px dotted #3c5189;
}

.quotes .symbol, .quotes .symbol a {
	color: #004965;
}

.quotes .symbol a:hover {
	text-decoration: underline;
}

.increasedRate {
	color: #0000fd;
}

.constantRate {
	color: #000;
}

.decreasedRate {
	color: #fd0000;
}

.increasedRateImg {
	background: url('/images/quotes/increased_rate.gif') no-repeat center center;
}

.constantRateImg {
	background: url('/images/quotes/constant_rate.gif') no-repeat center center;
}

.decreasedRateImg {
	background: url('/images/quotes/decreased_rate.gif') no-repeat center center;
}
