@charset "utf-8";
/* CSS Document */

.morelink a {
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
.morelink a:hover  {
	color: #C7204F;
}
.newsArticle {
}
.newsArticle h2 {
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	padding-bottom: 12px;
}
.newsList {
}
.newsList h1 a{
	color: #333;
	text-decoration: none;
}
.newsList h1 a:hover {
	color: #0CF;
}
.newsList .browseResult {
	float: left;
	width: auto;
	color: #666666;
	font-size: 11px;
	padding-top: 2px;
}
.newsList .browseNavigation {
	float: right;
	width: auto;
	font-size: 11px;
	color: #666666;
}
.newsList .browseNavigation a  {
	text-decoration: none;
	color: #666666;
}
.newsList .browseNavigation a:hover {
	color: #C7204F;
}
.newsList .browseNavigation td {
	padding-right: 3px;
	padding-left: 3px;
}
.newsList .row {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin-bottom: 10px;
}

.newsLatest {
}
.newsLatest h1 {
	font-size: 12px;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.newsLatest h2 {
	font-size: 12px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.newsLatest p {
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 0px;
	padding-top: 2px;
}
.newsLatest .row {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}

.newsLatest .date {
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 0px;
}
.newsLatest .morelink {
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

