.miniNewsContainer {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	width: 100%;
}

.miniNewsTitle {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #37A0D2;
	text-align: left;
	padding-top: 0px;
	padding-bottom: 0px;
}

.miniNewsItemBox {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-top-color: #4d7391;
	border-right-color: #CCCCCC;
	border-bottom-color: #4d7391;
	border-left-color: #CCCCCC;
	height: 100%;
}

.miniNewsItemTitle {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	border-bottom: 0px;
	padding-bottom: 3px;
	width: 100%;
	line-height: 12px;
}
.miniNewsItemTitle a:link { text-decoration: none; color: #ffd500; }
.miniNewsItemTitle a:hover { text-decoration: none; color: #149cf2; }
.miniNewsItemTitle a:visited {text-decoration: none; color: #149cf2; }
.miniNewsItemTitle a:active { text-decoration: none; color: #ffd500; }

.miniNewsDate {
	color: #FFFFFF;
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 0px;
	text-align: right;	
}
.miniNewsItem {
	color: #FFFFFF;
	font-size: 11px;
	padding-top: 3px;
	padding-left: 3px;
	text-align: left;
	font-weight: normal;
	line-height: 12px;
}
.miniNewsItem a:link { text-decoration: none; color: #FFFFFF; }
.miniNewsItem a:hover { text-decoration: none; color: #149cf2; }
.miniNewsItem a:visited {text-decoration: none; color: #149cf2; }
.miniNewsItem a:active { text-decoration: none; color: #FFFFFF; }



