/*=========================================================================================
	four seasons cascading stylesheet library

	2005-10-21
	This CSS file contains styles for changing font sizes in the center content area.

==========================================================================================*/

.content .centerContent {
	font-size: 12px;
}

.content .centerContent td {
	font-size: 12px;
}

.content .centerContent th {
	font-size: 12px;
}

/* smaller font-size used in details table */
.content .detailsTable th,
.content .detailsTable td {
	font-size: 10px;
}

 /* font-size variations for detailsHeader */
.content .detailsTable .detailsHeader {
	font-size: 12px !important;
}
