@charset "UTF-8";
body {
	background: url(../news/images/bg_news.png) no-repeat top center;
	margin: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
a:link {
	color: #0A4874;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#container {
	width: 560px;
	position: relative;
	z-index: 0;
	height: 400px;
	overflow: auto;
}
.close {
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 10;
}
.title {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0A4874;
	padding: 0 15px 0 0;
	margin-bottom: 10px;
	position:relative;
	z-index:0;
	text-transform: uppercase;
}
.intro {
	color: #666;
	font-size: 16px;
	padding: 0 15px 0 0;
}
.textbody {
	padding: 0 15px 0 0;
}
.origin {
	font-weight:bold;
	color: #666;
	font-style:italic;
}
.date {
	color:#666;
	font-style:italic;
}