/** Results Styles - Can be overridden by not including this CSS file **/
/** If overriding, re-implement all styles in cited stylesheet **/
/** Last Updates Jan 29, 2005 **/


/** Outer Table - Header Cell of Main Information Panel **/
.mainPanelHeaderCell {
	background-color: #E6E6E6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}

/** Inner Table - Header Cell of Inner Information Panel **/
.secondaryPanelHeaderCell {
	background-color: #F0F0F0;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

/** General Text **/
.rpmMainContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
}

/** General Text - Highlighted**/
.rpmMainContentStrong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}

/** General Text - Super-Highlighted**/
.rpmMainContentSuperStrong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #CC0000;
}

