a { text-decoration: none; }
p { }

a:link { color: black; border-style: none; }

a:visited { color: black; }

a:hover { color: #ffc20e; }

a:active { color: orange; }

.sales { margin-left: 180px; }
.sales_item  {
	margin-top: 10px;
	margin-bottom: 5px;
}
#map_info a { color: white; text-decoration: underline; }
.news_item      {
	margin-top: 20px;
	margin-bottom: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFC943;
	clear: both;
}
.news_item  h2 {
	color: black;
	font-size: 12pt;
	background-color: #ffe597;
	font-weight: bold;
	margin-bottom: 5px;
	font-style: italic;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FECA42;
}
.news_item h3 {
	color: gray;
	font-size: 8pt;
	font-weight: normal;
}
.news_item  p, .tstm_item p {
	font-size: 10pt;
	margin-bottom: 5px;
}
.news_item img {
	float: right;
	margin-bottom: 20px;
	margin-left: 30px;
}
.news_item hr {
	clear: both;
}
.tstm_item {
	margin-top: 30px;
	margin-bottom: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFCB05;
}
.tstm_item h2 {
	text-align: right;
	font-size: 10pt;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 0px;
}
.tstm_item h3 {
	color: gray;
	font-size: 10pt;
	font-style: italic;
	text-align: right;
	margin-bottom: 15px;
	font-weight: normal;
}
.tstm_item h4 {
	background-color: #FFEFBF;
	height: 20px;
}
