/* style for database lists */

.dbListHead {
	color: #D70000;
	text-align: center;
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 21px;
	font-weight: bold;
}

.keydb {
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 14px;
	font-weight: bold;
	color: #FF5300;
}

.dbTableText {
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

.dbTableHeading {
	color: #DF4800;
	background-color: #FFFFB0;
}

.dbTableDate {
	color: #A22850;
	font-weight: bold;
}

.locationCode {
	font-weight: bold;
	color: #FF5402;
}


/* style for database description pages */

.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
}

h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #418200;
}

.footer {
	font-family: Arial, Tahoma, Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}



