
/* ######## BLOCK 1 & 2 ######## */
.block1-title {
	background: url(block1_title.gif) no-repeat left top;
	border-bottom: solid 1px #1e1e1e;
	height: 55px;
	margin: 10px 0px;
}
.block2-title {
	background: url(block2_title.gif) no-repeat left top;
	border-bottom: solid 1px #1e1e1e;
	height: 55px;
	margin: 10px 0px;
}

/* ######## BLOCK 3 ######## */
.block3 {
	background: url(block3_bg.png) no-repeat left top;
	width: 230px;
	height: 253px;
}
.block3-title {
	background: url(block3_title.gif) no-repeat center 10px;
}

/* ######## NEWS BLOCK ######## */
.newsblock {
	border-top: solid 1px #1e1e1e;
	margin: 30px 0px 10px 0px;
}
.newsblock td {
	padding: 30px 0px 15px 0px;
}
.newsblock-title {
	background: url(news_title.gif) no-repeat left 37px;
	width: 150px;
}
.newsblock a {
	text-decoration: none;
	color: #a9b2b6;
}
.newsblock a span {
	text-decoration: underline;
	color: #fff;
}
.newsblock a:hover {
	text-decoration: none;
	color: #fff;
}
.newsblock a:hover span {
	text-decoration: underline;
	color: #eb9500;
}