a{
	color: #72CBE8;
	text-decoration: none;
}

a:link{
	color: #72CBE8;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

a:visited{
	color: #72CBE8;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

a:hover{
	text-decoration: underline;
	color: #666666;
	margin: 0px;
	padding: 0px;
}
.datenews {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 0px;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #72CBE8;
	text-align: left;
}
#news {
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	color: #666666;
	text-align: justify;
	overflow: auto;
	visibility: visible;
	height: 180px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	border: 1px solid #999999;
	margin-top: 5px;
	padding-left: 10px;
	margin-bottom: 20px;
}
.newsHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0px;
	font-weight: normal;
	color: #666666;
	text-transform: uppercase;
}

.twoBlueLines {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #72CBE8;
	border-bottom-color: #72CBE8;
}
.dottedblue {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #65BFE2;
	padding-bottom: 5px;
	padding-left: 3px;
	color: #FFFFFF;
}

