/* News Items */
.newsItem	{
	padding-top: 15px;
	padding-bottom: 15px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	height:auto;
	position:relative;
	font-weight:500;	
}
.newsImage	{
	margin-right:10px;
	border:solid 1px #cccccc;
	position:static;
	height: 90px;
	width: 130px;
}

.newNews	{
	color:#CC0808;
}
.break {
	clear: both;
} 

#newsControl {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	height: 16px;
	margin-top:20px;

}
/* NEWS LINK */
a.news:link	{
	font-size:14px;
	font-weight:bold;
	color:#666666;
	text-decoration:none;
}
a.news:visited	{
	font-size:14px;
	font-weight:bold;
	color:#666666;
	text-decoration:none;
}
a.news:hover	{
	font-size:14px;
	font-weight:bold;
	color:#666666;
	text-decoration:underline;
}
a.news:active	{
	font-size:14px;
	font-weight:bold;
	color:#666666;
	text-decoration:none;
}

/* NEWS CONTROL LINK */
a.newsControl:link	{
	font-size:10px;
	font-weight:normal;
	color:#666666;
	text-decoration:none;
}
a.newsControl:visited	{
	font-size:10px;
	font-weight:normal;
	color:#666666;
	text-decoration:none;
}
a.newsControl:hover	{
	font-size:10px;
	font-weight:normal;
	color:#666666;
	text-decoration:underline;
}
a.newsControl:active	{
	font-size:10px;
	font-weight:normal;
	color:#666666;
	text-decoration:none;
}

/* ARCHIVE LINK */
a.archive:link	{
	color:#000000;
	text-decoration:none;
}
a.archive:visited	{
	color:#000000;
	text-decoration:none;

}
a.archive:hover	{
	color:#990000;
	text-decoration:underline;
}
a.archive:active	{
	color:#000000;
	text-decoration:none;
}
