@charset "utf-8";


#newsitem {
		background: #FFFFFF url(../img/_news_bg.gif) no-repeat 0px 0px;
		padding: 0 10px 0 45px !important;
		padding: 0 0px 0 45px;
		margin-bottom: 10px;
		border:  #A5181F solid;
		border-width: 0 1px 1px 0;
		width: 350px;
		margin-top: 10px;

}

#newsitem H1 {
		margin: 0px -10px;
		padding: 0px 10px 0px 0px;
		background: #A7161D url(../img/_news_h1.gif) repeat-x;
		color: #FFFFFF;
		font-style: italic;
		font-size: 10px;
		text-align: right;
		line-height: 15px;
		height: 25px;
		border-style: none;
}
#newsitem H2 {
		text-align: right;
		color: #AE1F26;
		border-bottom: 1px solid #9F131A;
		font-size: 12px;
}

#newsitem H3 {
		background: #F9E8E8;
		color: #A5181F;
		border-left: 1px solid #CCCCCC;
		padding-left: 5px;
		font-size: 10px;
		line-height: 10px;
}

#newsitem P {
		color: #666666;
		line-height: 18px;
		border-left: 1px solid #CCCCCC;
		margin: 0px;
		padding: 5px;
}
a.readmore {
		font-weight: bold;
		text-align: right;
		background: url(../img/_news_readmore.gif) no-repeat;
		display: block;
		height: 20px;
		width: 110px;
		color: #FFFFFF;
		padding: 0 10px 0 0;
		margin-left: 240px;
		margin-top: 10px;
}
a.readmore:hover {
		background: url(../img/_news_readmore.gif) no-repeat 0px -21px;
		color: #FFFFFF;

}
