﻿a:link {
	color: #ECE9D8;
}
a:visited {
	color: #ECE9D8;
}
a:hover {
	color: #FFCC00;
}
.bottmenu, bottmenu a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ef1403;
	text-decoration: none;
	line-height: 20px;
}
.bottmenu a:hover {
	font-weight: bold;
	font-size: 14px;
	color: #ef1403;
	text-decoration: underline;
}
#news_box {
	padding: 40px 20px 20px 20px ;
	position: absolute;
	left: 529px;
	top: 170px;
	width: 207px;
	height: 114px;
	z-index: 15;
	background-image: url('bg_home_news.gif');
	background-repeat: no-repeat;
	background-attachment: fixed;
}
#news_flash {
	color: #ffcc00;
	font-size: 12px;
	font-weight:normal;
}
#news_flash.hasJS {
	height: 110px;
	overflow: hidden;
	position: relative;
}
/* The nested UL when JavaScript is available */
#news_flash.hasJS ul {
	position: absolute;
	top: 61px;
	left: 0;
	margin: 0 .5em 0 .0em;
	padding: 0;
}
