﻿/* 
==============================================================================================
P R O D U C T S   a n d   S E R V I C E S   E L E M E N T S
These are tags that are used to format Products and Services elements.
Focuses on all aspects of style, also named classes and id's.
==============================================================================================
*/



/*= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =*/
/* F E A T U R E   C L A S S E S */

/*- - - - - - - - - - - - - - - - -*/
/* FEATURE control - styles for formatting Feature controls. */
.Feature
{
	background-color: Transparent;
	color: White;
	overflow: auto;
}
.Feature #Footnote
{
	color: Yellow;
	font-size: 8pt;
}
.Feature #More
{
	color: Gray;
	font-size: 9pt;
}
.Feature #Narrative
{
	color: White;
	font-size: 12pt;
}
.Feature #SubTitle
{
	color: Red;
	font-size: 10pt;
}
.Feature #Title
{
	color: Yellow;
	font-size: 12pt;
	font-weight: bold;
	padding-top: 20px;
}
.Feature .ImageCaption
{
	color: Yellow;
	font-size: 8pt;
	padding-top: 5px;
}


/*- - - - - - - - - - - - - - - - -*/
/* FEATURE LIST control - styles for formatting FeatureList controls. */
.FeatureList
{
}
.FeatureList #BackToTop
{
	color: Yellow;
	font-size: 9pt;
	margin-top: 20px;
}
.FeatureList #GroupName
{
	color: #DFB722;
	font-family: Garamond, 'Baskerville Old Face' , 'Times New Roman';
	font-size: 20pt;
	font-weight: 600;
}

