@charset "utf-8";
/* CSS Document */


/* padding top right bottom left */
.basediv {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 5px 10px 0px 10px;
}

.indent {
	text-indent: 10pt;
	font-size: 13px;
}

.tophdr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: italic;
	font-weight: bolder;
	color: #3D509E;
}

.midhdr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bolder;
	color: #3D509E;
	line-height: 30px;
}

.tblhdr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	color: #3D509E;
}

.boldhdr {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #3D509E;
	font-size: 12px;
}

.blackhdr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bolder;
}

.bigblackhdr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
}

.smlbl {
	font-family: Arial, Helvetica, sans-serif;
	color: #3D509E;
	font-weight: bolder;
	font-size: 10px;
	line-height: 13px;
}

/* padding top right bottom left */
.padding15 {
	padding: 0px 15px 0px 15px;
}

/* padding top left bottom right */
.padding30 {
	padding: 5px 30px 5px 30px;
}

.white_text {
color: #FFFFFF
}

.font12 {
	font-size: 12px;
}

.font10 {
	font-size: 10px;
}

.strong11 {
	font-size: 11px;
	font-weight: bold;
}

.cbReefBase {
	font-family: "Comic Sans MS";
	font-size: small;
	font-style: italic;
	font-weight: bold;
}
		
/*------------------------------------------------------------------------------------------------------/
 * styles for scrolling area
 */

	#scrolling {
		width: 900px;
		margin-right: auto;
		margin-left: auto;
		padding-top: 50px;
		overflow-y:hidden;
		overflow-x:scroll;
	}
		
	#scrolling2way {
		width: 900px;
		height: 500px;
		margin-right: auto;
		margin-left: auto;
		padding-top: 20px;
		overflow-y:scroll;
		overflow-x:scroll;
	}

	#scrolling2 {
		width: 900px;
		margin-right: auto;
		margin-left: auto;
		padding-top: 20px;
		overflow-y:hidden;
		overflow-x:scroll;
	}

	#scrolling3 {
		width: 600px;
		margin-right: auto;
		margin-left: auto;
		padding-top: 10px;
		overflow-y:hidden;
		overflow-x:scroll;
	}
