.displayData {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	background-color: #FBFBFB;
	border: 2px solid #16245B;
	width: 800px;
	margin-top: 20px;
	white-space: nowrap;
	text-align: center;
}
.labelCell {
	font-weight: bold;
}
.labelMainCell {
	font-weight: bold;
	font-size: 11px;
}
.labelHeaderCell {
	font-weight: bold;
	background-color: #D3D3D3;
	height: 20px;
}
.dataCell {
	background-color: #E8ECFD;
	height: 35px;
}
.breakCell {
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}

.dataMainCell {
	background-color: #E8ECFD;
	font-size: 11px;
	font-weight: bold;
	border: 1px solid #16245B;
}


.dataTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-color: #F3F3F3;
	border: 1px solid #16245B;
	width: 500px;
	margin-top: 20px;
}
.HeaderCell {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
	background-color: #E1E1E1;
}
.CellOver {
	color: #FFF;
	background-color: #16245B;
}
.datasheetslink a:link {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-size: 90%;
	float: right;
	}
.datasheetslink a:visited {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-size: 90%;
	float: right;
	}
.datasheetslink a:hover {
	color: #F00;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 90%;
	float: right;
	}
.datasheetslink a:active {
	color: #F00;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 90%;
	float: right;
	}
.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #6F7072;
	}
.verticalTextHeader {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	background-color: #EEEEEE;
}

