b, i {
	font-weight:normal;
	font-style:normal;
}
img {
	border:0;
}

#newslist {
	width:315px;
	text-align: left;
	margin:0;
	color:#556975;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:1.4em;
	overflow: auto;
	padding: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	background-color: #FFFFFF;
	height: 250px;
}

/*Titles*/
#newslist h1 {
	width:380px;
	height:52px;
	margin:0;
	margin-top:12px;
	padding:0;
}
#newslist h1 i {
	display:none;
}
#newslist p {
	padding-left:20px;
	padding-right:25px;
	font-size:1.1em;
	line-height:1.4em;
}
#newslist a:hover {
	text-decoration:underline;
	color:#292F33;
}
#newslist a {
	color:#FF0000;
}
/*Homepage*/
.news {
	width:295px;
	height:48px;
	font-size:1.1em;
	overflow:hidden;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	background-color: #FFFFFF;
}
.news:hover {
	border-color:#B9BEC1;
	background:#EAEAEA;
	cursor:pointer;
}
.news:hover a {
	text-decoration:underline;
	color:#292F33;
}
.one {
	background-repeat: no-repeat;
	background-position: left -1px;
	background-color: #999999;
}
.one:hover {
	background-color: #E0E0E0;
	background-image: url(../images/bg_newslist_on.jpg);
	background-repeat: no-repeat;
	background-position: left -1px;
}
.two {
	background-position: left top;
	background-color: #999999;
}
.two:hover {
	background-color: #FFF;
	background-image: url(../images/bg-rot.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
.three {
	background-color: #999999;
	background-repeat: no-repeat;
	background-position: left bottom;
}
.three:hover {
	background-color: #FFF;
	background-image: url(../images/bg_newslist_on.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.four {
	background: url(../images/04_off.gif) no-repeat left center;
}
.four:hover {
	background:#FFF url(../images/04_over.gif) no-repeat left center;
}
.five {
	background:#FFF url(../images/05_off.gif) no-repeat left center;
}
.five:hover {
	background: url(../images/05_over.gif) no-repeat left center;
}
