@charset "UTF-8";
.newsitem {
	background-color: #006699;
	width: 310px;
	/* margin-left: 50%; */
	background-image: url(g/home/page1news-old/paper2.gif);
	background-repeat: repeat-y;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	margin-bottom: 30px;
	padding-top: 30px;
	padding-right: 40px;
	padding-bottom: 15px;
	padding-left: 50px;
}
.header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #006699;
	margin-bottom: 5px;
	margin-top: 0px;
	margin-left: 60px;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	margin-left: 60px;
	margin-bottom: 15px;
	margin-right: 40px;
}
.content-img {
	float: left;
	margin: 10px;
}
.morenews {
}
a:link {
	color: #006699;
	text-decoration: underline;
}
a:hover {
	color: #333399;
	text-decoration: underline;
}
a:active {
	color: #333399;
	text-decoration: underline;
}
a:visited {
	color: #006699;
	text-decoration: underline;
}

