/* News Items */
.newsItem	{
	padding-bottom: 5px;
	height:auto;
	position:relative;
}
.newsImage	{
	margin-right:10px;
	height: auto;
	width: 50px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.newsLinkItem {
	margin-bottom: 10px;
}
.newNews	{
	color:#666699;
}
.break {
	clear: both;
} 

#newsControl {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	margin-top:20px;
	background-image: url(../Images/newsControlBg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 9px;
	padding-bottom: 9px;

}
/* NEWS LINK */
a.news:link	{
	font-weight:bold;
	color:#333333;
	text-decoration:none;
}
a.news:visited	{
	font-weight:bold;
	color:#333333;
	text-decoration:none;
}
a.news:hover	{
	font-weight:bold;
	color:#333333;
	text-decoration:underline;
}
a.news:active	{
	font-weight:bold;
	color:#333333;
	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:#6699cc;
	text-decoration:none;
}

a.archive:visited	{
	color:#6699cc;
	text-decoration:none;
}
a.archive:hover	{
	color:#6699cc;
	text-decoration:underline;
}
a.archive:active	{
	color:#6699cc;
	text-decoration:none;
}
.footerLine {
	margin-right: 20px;
	margin-left: 20px;
}
