body, html {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	color: #333333;
	line-height: 1.4;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 12px;
}
.header {
	background-color: #D7CD91;
	border-bottom: 2px solid #4F593D;
	padding: 5px;
}
.content {
	margin: 20px;
}
.footer {
	background-color: #D7CD91;
	border-top: 1px solid #4F593D;
	padding: 2px;
}
.disclaimer {
	background-color: #EEEECC; 
	border: 1px solid #A0AE88; 
	padding-left: 10px; 
	padding-right: 10px; 
	margin-left: 30px; 
	margin-right: 30px;
}
.partners {
	font-size: 14px;
	text-decoration: underline;
}

/* --------------------------------------
			MAIN REPORT TEMPLATE 
-------------------------------------- */

/*.report_header {
	background-color: #CCCC99;
	border-bottom: 2px solid #999999;
	padding: 5px;
	position: absolute;
	top: 0px;
	left: 0px;
}
.report_content {
	margin: 20px;
	margin-top: 65px;
}*/

/* Tree Customizations */
.dataview .record, .value .record {
	font-size: 16px;
	font-weight: bold;
	background-color: #F4F4E1;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 8px;
	margin-bottom: 8px;
}
.sbv_dataview .record {
	font-size: 14px;
	font-weight: bold;
	background-color: #FFFFFF;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 0px;
	margin-bottom: 8px;
	border-bottom: 1px solid #CCCCCC;
}
.area .record {
	font-size: 14px;
	font-weight: bold;
	background-color: #FFFFFF;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 0px;
	margin-bottom: 8px;
	border-bottom: 1px solid #CCCCCC;
}
.plan .record {
	font-size: 13px;
	font-weight: normal;
	background-color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-left: 16px;
	margin-top: 0px;
	margin-bottom: 2px;
	border: 0px;
}

.dataview .control, .value .control {
	margin-top: 4px;
}
.area .control {
	margin-top: 2px;
}
.plan .control {
	margin-top: 1px;
}
a {
	color: #0000EE;
}
.record_links {
	margin-left: 10px;
}
.record_links a {
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}
.go_top {
	position: absolute;
	right: 25px;
	padding-top: 3px;
	margin: 0px;
}
.plan_cap_label {
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
}
.plan_cap_text {
	margin-left: 40px;
	text-align: justify;
}

/* --------------------------------------
		DATAVIEW REPORT TEMPLATE 
-------------------------------------- */
   
/* Tree Customizations */
.dataview_caption .record {
	font-size: 12px;
	font-weight: normal;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 8px;
	text-align: justify;
}
.dataview_caption .title {
	font-size: 14px;
	font-weight: bold;
}
.dataview_caption .control {
	margin-top: 1px;
}
.dataview_caption .text {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	margin-right: 20px;
}
.dataview_caption_image {
	float: right;
	text-align: center;
	margin: 0px;
	margin-left: 10px;
	margin-right: 10px;
}
.dataview_caption_image img {
	height: 250px;
	border: 1px #EEEEEE solid;
}
.dataview_caption_image .title {
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 5px;
}

/* --------------------------------------
		AREA REPORT TEMPLATE 
-------------------------------------- */

.area_cap_label {
	font-size: 13px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}
.area_cap_text {
	margin-left: 20px;
	text-align: justify;
}
.area_image {
	float: right;
	text-align: center;
	margin: 10px;
	margin-bottom: 0px;
	margin-top: 30px;
}
.area_image img {
	height: 250px;
	border: 1px #CCCCCC solid;
}
.area_image .title {
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 5px;
}

