@charset "UTF-8";
#newsbox {
	width: 200px;
	float: right;
	padding: 12px;
	background-repeat: repeat;
	margin-left: 8px;
	margin-top: 15px;
	background-image: url(../imgs/white_opacity.png);
}
#container #mainContent #newsbox h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	color: #497BA9;
}
#container #mainContent h5 {
	font-size: 18px;
	font-weight: normal;
	color: #002A5C;
	margin-top: 5px;
	margin-bottom: 6px;
	padding-top: 15px;
	padding-bottom: 2px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	width: 340px;
}
.date {
	font-size: 12px;
	color: #666666;
	padding-left: 10px;
}
.newsrepeat {
	padding-top: 2px;
	padding-bottom: 6px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin: 0px;
}
.snippet {
	font-size: 12px;
	color: #666666;
}
.smalllink {
	font-size: 10px;
}
#newsbox .newsrepeat a {
	color: #003399;
	text-decoration: none;
	font-size: 12px;
}
#container #mainContent #newsbox .newsrepeat h4 {
	font-family: "Lucida Grande", "Trebuchet MS", "25 Helvetica UltraLight";
	color: #002A5C;
	font-size: 12px;
	line-height: normal;
	font-style: normal;
	margin: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
}
.newsdate {
	font-size: 10px;
	color: #999999;
}
