/* 
 * This Stylesheet defines the color classes for the light blue look-and-feel
 * similar to Microsoft's MSN.com/money site
 *
 * Note that in a standard implementation, the following style(s) is/are applied to the
 * <body> tag (therefore all other classes inherit from it/them):
 *
 *		.colorTextNormal
 *
 */

.colorBackgroundClear
	{
	background-color: White;
	}

.colorBackgroundBlue
	{
	background-color: #EBF3FB;
	}

.colorHyperlink
	{
	color:Blue; 
	}

.colorImageBorder 
	{
	border-color: #EBF3FB;
	}
	
.colorListHeader
	{
	background-color: #FFFFC0;
	}

.colorMenu
	{
	 background-color: #EBF3FB;
	}

.colorSectionBanner
	{
	color: #4D8DD5;
	}
	
.colorSectionBannerText
	{
	color: White;
	}
	
.colorSectionHeaderText
	{
	color: #4D8DD5;
	}
	
.colorTextAlert
	{
	color: Red;
	}

.colorTextEmphasized
	{
	color: Blue;
	}
	
.colorTextNormal
	{
	color: Black;
	}
	
