/* iframe style */
body,td,th {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:link {
	color: #B3C1C1;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #597581;
}
a:hover {
	text-decoration: none;
	color: #597581;
}
a:active {
	text-decoration: none;
	color: #597581;
}


#recent-news-box iframe {
	width: 520px;
	height: 400px;
}
#recent-news {
	background: none;	
	margin: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#recent-news #content {position: absolute;}
#recent-news .page-box {
	background: url(sm_bg.png) repeat;
	background-color:000000;
	width: 520px;
	height: 400px;
	margin: 0;
}
#recent-news #up {
	position: absolute;
	top: 0px;
	left: 510px;
	width: 18px;
	height: 18px;
	z-index: 1;
}
#recent-news #down {
	position: absolute;
	top: 10px;
	left: 510px;
	width: 18px;
	height: 18px;
	z-index: 2;
}
#recent-news #drag {
	position: absolute;
	top: 10px;
	left: 510px;
	width: 7px;
	height: 40px;
	z-index: 3;
}
#recent-news #ruler {
	position: absolute;
	top: 10px;
	left: 510px;
	width: 7px;
	height: 10px;
	z-index: 4;
}
#recent-news #contentClip {
	position: absolute;
	top: 10px;
	left: 0px;
	width: 3px;
	height: 10px;
	clip: rect(0px,520px,420px,0px);
	visibility: invisible;
	z-index: 5;
	overflow: hidden;
	 padding: 5 5px 5px 5px;
}
#recent-news .news-box span {
	color: #9b6026;	
	display: block;
	margin-top: 10px;
}
#recent-news .news-box {
	margin: 10px 0 10px;
}

.news {
		font: 10px Verdana, Helvetica, sans-serif;
	color: #ffffff;
	line-height: 13px;

}
