.popupnews {
	margin: 8px;
	padding: 6px;
	clear: both;
	float: left;
	height: 100%;
	width: 300px;
	border: 6px 4 #FFFFFF;
	border-top-style: solid;
	border-top-width: medium;
	background-color: #CCCCCC;
	border-right-style: solid;
	border-right-width: medium;
	border-bottom-style: solid;
	border-bottom-width: medium;
	border-left-style: solid;
	border-left-width: medium;
	border-color: #FFFFFF;
}
.newsttl {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #134E56;
}
.regular {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #666666;
}
.description {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #134E56;
	background-color: #FFFFFF;
	background-position: center bottom;
	text-align: justify;
	white-space: normal;
	margin: 4px;
	padding: 4px;
	border: 2px 2 #134E56;
}
.dates {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

