@charset "utf-8";
#scrollbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	background-color: #333;
	height: 340px;
	width: 755px;
	overflow-y: scroll;
	overflow-x: hidden;
	border: 2px solid #f2da23;
	padding-right: 10px;
	padding-left: 10px;
	text-align: justify;
	background-image: url(http://www.missiontrailers.com/images/scrollbox_bg.png);
	background-repeat: repeat;
}
.rightimg {
	clear: left;
	float: right;
	padding-bottom: 6px;
	padding-left: 10px;
}

.leftimg {
	clear: right;
	float: left;
	padding-bottom: 6px;
	padding-right: 10px;
}
.headline {
	padding-bottom: 4px;
	padding-top: 4px;
}

.sblinks:link {text-decoration: none; color:#f7db10}
.sblinks:visited {text-decoration: none; color:#f7db10}
.sblinks:active {text-decoration: none; color:#f7db10}
.sblinks:hover {text-decoration: underline; color:#f7db10}.rightvid {
	float: right;
	padding-bottom: 6px;
	padding-left: 10px;
}
.textheader {
	font-size: 14px;
	font-weight: bold;
	color: #61c250;
}

