BODY, .Plain, .Plain A
{
    COLOR: #000000;
}
.FG1, H3, .H3,H4,.H4,H3 A,H4 A /* This is a slightly darker version of the header background color*/
{
	color: #3E415B;
}
.FG2, H1,H2,.H2 /* This is the same color as the Left Menu Background Color*/
{
	color: #c2c2c2;
}
.TopHeaderMenu, .TopHeaderMenu A /* This is a slightly lighter version of the .BG3 Background Color*/
{
	color: #1373B4;
}

.FG3, .FG3 A/* The color of the text that says "Not a Member? Click Here to Join"*/
{
	color: #000000;
}



.FG3 .Light,.FG3 .Light A /* This is a slightly lighter and Brighter version of the .BG3 background color - words on top of blue background on membership page*/
{
	color:#ffffff;
}


.FG3 .Dark /*This is a slightly lighter but duller version of the .BG3 background color*/
{
	color:#6699FF;
}

FG3 .Dark A
{
	color:white;
}


UL
{
    COLOR: #000000;
}

.AddToCartPlus, .AddToCartPlus A,.AddToCartProduct, .AddToCartProduct A
{
    COLOR: #000000;
}
.BG1, .BG1Dark, .BG1 .Dark /*Top Header background color*/
{
    BACKGROUND-COLOR: #A3CDEA;
}
.BG2 /*Left Menu background color*/
{
	background-color: #1073B5;
}
.BG3 /*Other Table background color (this is the color of the title bars at the top of most pages*/
{
	background-color: #0B7AC0;
	color:#FFFFFF;
}
.BG3 a:link /*Other Table background color (this is the color of the title bars at the top of most pages*/
{
	color:#FFFFFF;
}

.BG1 .Light, .BG1Light /*Lighter Version of Top Header background color*/
{
    BACKGROUND-COLOR: #9DA0B3;
}
.BGW /*White Background*/
{
    BACKGROUND-COLOR: #ffffff;
}
.BreadCrumbs, .BreadCrumbs A
{
	color: #676767;
}
.Footer, .Footer A
{
	color: #676767;
}
.LeftMenuTable
{
    COLOR: #000000;
}
.ProductBorder
{
	background-color: #000000;
}
.ListProductName, .ListProductName A
{
	color: #000000;
}
.ProductName, .ProductName A
{
	color: #E10F3D;
}
.Special, .ShoppingCartPrice
{
	color: #FF0000;
}

.FullBorder,.RightBorder,.BottomBorder,.LeftRightBorder,.NoLeftBorder, 
.NoBottomBorder, .TopLeftBorder, .LeftBorder, .NoTopBorder,
.TopBottomBorder, .RightBottomBorder, .LeftBottomBorder, .TopBorder
{
	border-color: black;
}
.WhiteBorder
{
	border-color: white;
}

.HeaderBar
{
	background-color: #A3CDEA;
}


/*DropDown Menu Styles */
	/*Top Level Menus*/
	.clLevel0, .MainMenu, .MainMenu A
	{
		color: #1472B4;
	}
	.clLevel0Active
	{
		color: #ffffff;
	}
	.clLevel0over
	{
		color: #ffffff; 
	}
	/*DropDown Menus*/
	.clLevel1
	{
		background-color:#C2C2C2; 
		layer-background-color:#ffffff; 
		color:#3E415B;
	}
	.clLevel1over
	{
		background-color:#1472B4; 
		layer-background-color:#1472B4; 
		color:#ffffff; 
	}
	.clLevel1Active
	{
		background-color:#93A8BC; 
		layer-background-color:#93A8BC; 
		color:#083099;
	}
	.clLevel1border
	{
		background-color:#1472B4; 
		layer-background-color:#1472B4;
	}
