@charset "utf-8";
/* CSS Document */

.headerImg
{
	margin-top: 5px;
	margin-bottom: 5px;	
}
.boxTitle
{
	display: block;
	position: relative;
	height: 35px;
	background: url(../images/back_title.gif) right top no-repeat white;
	border-bottom: 2px solid white;
	color: white;
}
.boxInnerTitle
{
	position: absolute;
	left: 8px;
	top: 8px;	
}
.leftColText
{
	padding: 10px;
}
.newsLink
{
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
	background: url(../images/arrow.gif) 155px 3px no-repeat transparent;	
}
.activeNewsCat
{
	margin: 0px;
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
	background: url(../images/arrow_left.gif) 155px 3px no-repeat transparent;	
}
.whiteLine
{
	background: white;
	height: 5px;
	display: block;	
}
.padded
{
	padding: 10px;	
}
.frontImage
{
	border: 1px solid #50545a;
	float: right;
	margin-left: 15px;
	margin-right: 15px;
}
.utilityLink
{
	color: #898a8c;
	position: relative;
	top: 8px;
	padding-right: 20px;
	padding-left:5px;
}
.newsBlock
{
	display: block;
	padding-bottom: 10px;	
}
.newsShortText
{
	
}
.articleImage
{
	float: right;
	width: 270px;
	margin-left: 15px;
	margin-bottom: 10px;
	background-color: #f5f5f5;	
}
.articleImageText
{
	padding: 3px;	
}
.preNextLinks
{
	display: block;
	padding: 5px;
	background-color: #f5f5f5;	
	color: #888888;
}