#stock_quote {
	border: 1px solid #369;
	margin-bottom: 1.5em;
}
#stock_quote .section_header,
#hot_news .section_header {
	font-weight: bold;
	padding: 0.2em;
	margin-top: 0;
	margin-bottom: 0;
}
#stock_quote .section_header {
	background-color: #369;
}
#stock_quote .section_header a {
	color: #FFF;
	text-decoration: none;
}
#stock_quote .section_header a:hover {
	text-decoration: underline;
}
#stock_quote .price {
	padding: 0.2em;
	margin-top: 0.3em;
}
#stock_quote .more {
	padding: 0.2em;
	margin-top: 0.3em;
}
#stock_quote .more a {
	color: #369;
	text-decoration: none;
}
#stock_quote .more a:hover {
	text-decoration: underline;
}
#stock_quote .disclaimer {
	padding: 0.2em;
	background-color: #369;
	color: #FFF;
}
#stock_quote .disclaimer a {
	color: #FFF;
	text-decoration: underline;
}

#hot_news .section_header {
	background-color: #E3171A;
	color: #FFF;
}
#hot_news .subscription {
	background-color: #DDD;
	border-bottom: 2px solid #E3171A;
	text-align: right;
	padding: 3px 2px;
}
#hot_news .subscription a {
	color: #E3171A;
	text-decoration: none;
}
#hot_news .subscription a:hover {
	color: #4E4A49;
}
#hot_news .news_set {
	border-bottom: 1px dotted;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
}
#hot_news .news_set p {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
#hot_news .news_set .title a {
	color: #E3171A;
	font-weight: bold;
	text-decoration: none;
}
#hot_news .news_set .title a:visited {
	color: #542727;
}
#hot_news .news_set .title a:hover {
	text-decoration: underline;
}
/* temperory for disaster
#stock_quote {
	border: 1px solid #000;
}
#stock_quote .section_header,
#stock_quote .disclaimer {
	background-color: #000;
}
#stock_quote .more a {
	color: #666;
}
#hot_news .section_header {
	background-color: #000;
}
#hot_news .news_set .title a {
	color: #666;
}
#hot_news .news_set .title a:visited {
	color: #CCC;
}
*/