/* ########  General class styles for all pages ######## */



.floatleft {
	float: left;
	margin: 5px 12px 6px 0px;
	padding: 0px;
	clear: left;
	}

.floatleft_border {
	float: left;
	margin: 5px 12px 6px 0px;
	border: 1px solid black;
	clear: left;
}

.floatright {
	float: right;
	margin: 5px 0px 6px 12px;
	padding: 0px;
	clear: right;
}

.floatright_border {
	float: right;
	margin: 5px 0px 6px 12px;
	padding: 0px;
	border: 1px solid black;
	clear: right;
	
}

.clearboth {
	clear: both;
}

.no_float {
	margin: -10px 0px 12px -15px;
	padding: 5px;
	clear: both;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	}

.center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.firstheading { /* Removes top margin from topmost heading */
	margin-top: 4px;
}

.secondheading { /* dotted line */
	margin: 0px 10px 0px 2px;
	font-size: 10pt;
	line-height: 12pt;
	font-style: oblique;
	font-weight: bold;
	font-family: Arial, Verdana, sans-serif;
	color: #324FB1;
	border-bottom: 1px dotted #324FB1;
}

.textorange {
	color: #c48b27;
	font-weight: bold;
}

.textblue {
	color: #324FB1;
	font-weight: bold;
	font-style: italic;
}

.medheading {
	font-family: Arial, Verdana, sans-serif;
	font-size: 10pt;
	line-height: 12pt;
	font-weight: bold;
	color: #333;
	letter-spacing: normal;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.bluefill {
	font-size: 9pt;
	line-height: 11pt;
	color: #333;
	border-top: 1px solid #95a6b1;
	border-bottom: 1px solid #95a6b1;
	background: #E4EBFD;
	margin: 3px 0px 10px 5px;
	padding: 3px 0px 3px 0px;
	width:auto;
}

.page_figure_left {
	float: left;
	margin: 5px 12px 8px 0px;
	padding: 0px;
	font-size: 8pt;
	line-height: 10pt;
	color: #3c6786;
	display: inline;
}

.page_figure_left img {
	margin: 0px 12px 5px 0px;
	padding: 0px;
	border: 1px solid black;
}

.page_figure_right {
	float: right;
	margin: 5px 0px 10px 10px;
	padding: 0px;
	font-size: 8pt;
	line-height: 10pt;
	color: #3c6786;
	display: inline;
	width: 300px;
}

.page_figure_right img {
	margin: 0px 2px 2px 2px;
	padding: 0px;
	border: 1px solid black;
}

.bordered table {	
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 5px 45px
}
	
.bordered td {
	font-family: Arial;
	font-size: 9pt;
	line-height: 11pt;
	letter-spacing: 0;
	text-align: left;
	color: #686762;
	padding: 0px 0px 5px 5px;
	border: 1px dotted #aeaeae;
}