
.specTable {
	background-color: #FFF;
	border: 1px solid #485486;
	font-size: 11px;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 1.5;
}
.specTableData {
	padding-left: 5px;
	padding-right: 3px;
}
.specTableHeader {
	background-color: #485486;
	color: #FFF;
	font-weight: bold;
	padding: 4px;
}


.contentArea {
	color: black;
	font-size: 12px;
	line-height: 1.35em;
	font-family: Arial, Helvetica, sans-serif;
}

.header_1 {
	font-size: 18px;
	font-weight: bold;
	color: #3F4488;
	line-height: 1em;
}

.subHeader_1 {
	color: #3F4488;
	font-weight: bold;
	font-size: 14px;
	line-height: 1em;
}

.dataTable {
	position: relative;
	border: 1px solid #485486;
	color: black;
	margin: 0;
	border-spacing: 0;
	font-size: 8pt;
}

.dataTable tr, .dataTable tr td {
	padding-left: 5px;
	margin: 0;
}

.dataTable tr:first-child {

	background-color: #485486;
	color: white;
	font-weight: bold;

}

.dataTable tr:first-child td {
	padding: 3px 0px 3px 5px;
}

#pageContentTabs .tabbedContent {
	border: 1px solid #333;
	padding: 20px;
	width: 570px !important;
	float: left;
	height: auto;
}