#MAIN_CONTENT_RJFS {
	width: 759px;
	overflow: hidden;
	position: relative;
	display: block;
	left: 50px;
	margin-top: 0px;
}
#RJFS_HEADER {
	display: block;
	height: 175px;
	width: 759px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	background-image: url(images/RJFS_header.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#RJFS_CONTENT {
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	height: 100%;
	padding-top: 10px;
	position: relative;
	width: 749px;
	font-size: 12px;
	font-weight: normal;
	color: #333;
}
.RJFS_CONTENT h1 {
	color:#9f0010;
	font-size:24px;
	margin-bottom:3px;
	margin-top:3px;
	padding:0px;
	font-weight: bold;
}
.RJFS_CONTENT h2 {
	color:#333;
	font-size:18px;
	margin-bottom:2px;
	margin-top:2px;
	padding:0px;
	font-style:italic;
	font-weight: bold;
}
.RJFS_CONTENT li {
	color:#333;
	font-size:12px;
	margin:0px;
	padding-right: 5px;
}
