@CHARSET "UTF-8";

#body {
	height: 120px;
}

#news_buttons {
	height: 40px;
	margin: 0 0 12px 0;
	padding: 0;
	background: #ff7fff;
}

	.news_button {
		width: 92px;
		height: 40px;
		display: block;
		float: left;
		background-color: #ff7fff;
	}
	
		.news_button a {
		 	display: block;
		 	width: 92px;
		 	height: 40px;
			text-decoration: none; 
		 }
	 
		 .news_button a:hover {
		 	background-position: top !important;
		 	bavkground-color: #ff00ff;
		 }

	#newslinktitle {
			width: 30px; 
			height: 40px; 
			display: block; 
			float: left; 
			background: url(../images/elements/news_00.png) bottom;
	}

	#newslink01 a {background: url(../images/elements/news_01.png) bottom;}
	#newslink02 a {background: url(../images/elements/news_02.png) bottom;}
	#newslink03 a {background: url(../images/elements/news_03.png) bottom;}
	#newslink04 a {background: url(../images/elements/news_04.png) bottom;}
	#newslink05 a {background: url(../images/elements/news_05.png) bottom;}
	#newslink06 a {background: url(../images/elements/news_06.png) bottom;}
	#newslink07 a {background: url(../images/elements/news_07.png) bottom;}
	#newslink08 a {background: url(../images/elements/news_08.png) bottom;}
	#newslink09 a {background: url(../images/elements/news_09.png) bottom;}
	#newslink10 a {background: url(../images/elements/news_10.png) bottom;}

	.news_button span {
		position: relative;
		left: -4000px;
	}
	

.article_entry_outline {
	padding-top: 12px;
}

.article_entry_icon {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}