/* CSS Document */

body, html {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	line-height:20px;
}

.Container {
	margin:10px auto;
	padding:0 0 0 10px;
	width:360px;
	height:470px;
	background:url(../images/bg_news.jpg) repeat-x center bottom;
}

.Container2 {
	margin:10px auto;
	padding:0 10px 0 10px;
	width:360px;
	height:470px;
	background:url(../images/bg_news2.jpg) repeat-x center bottom;
}

.flexcroll {
	padding:0 10px 0 0;
	width: 360px;
	height: 470px;
	overflow: auto;
	position: relative;
	text-align:justify;
}

.flexcroll p {
	text-align:right;
	font-style:italic;
	padding:0 2px 0 0;
	margin:0px;
	font-size:10px;
	text-transform:capitalize;
}


.flexcroll h1 {
	margin:0 0 10px 0;
	padding:0 0 10px 0;
	font-size:15px;
	color:#EE7601;
	text-align:right;
	border-bottom:1px solid #707070;
}

.flexcroll img {
	margin:0 16px 0 0;
	padding:0;
	border:0px;
	float:left;
}

.flexcroll span {
	font-size:12px;
}
