@charset "utf-8";

#scrollbox {
	font-family: verdana, tahoma, arial, ms-serif;
	font-size: 10px;
	color: #FFF;
	background-color: #111;
	height: 325px;
	width: auto;
	overflow-y: scroll;
	overflow-x: hidden;
	border: 2px solid #f7921e;
	padding-right: 10px;
	padding-left: 10px;
	text-align: justify;
	background-image: url(http://);
	background-repeat: repeat;
	position: relative;
	left: 0px;
	top: 0px;
	margin-top: -4px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
}
.rightimg {
	clear: left;
	float: right;
	padding-bottom: 5px;
	padding-left: 5px;
}

.leftimg {
	clear: right;
	float: left;
	padding-bottom: 5px;
	padding-right: 5px;
}

.headline {
	padding-bottom: 4px;
	padding-top: 4px;
}

.sblinks:link {text-decoration: none; color:#f7921e}
.sblinks:visited {text-decoration: none; color:#f7921e}
.sblinks:active {text-decoration: none; color:#f7921e}
.sblinks:hover {text-decoration: underline; color:#f7921e}

.rightvid {
	float: right;
	padding-bottom: 6px;
	padding-left: 10px;
}
.textheader {
	font-size: 12px;
	font-weight: bold;
	color: #f7921e;
	text-align: left;
}
.latestnewsimg {
	position: relative;
	left: 2px;
	top: 0px;
	z-index: 1000;
}

