/*	l1	primary light
	l2	secondary light
	d1	primary dark
	d2	secondary dark
	w	white (generally - sometimes off white)
	g	gray (generally - sometimes some color)
	b	black (generally)
	a	accent (a set of colors that are used as an accent)	*/


/* TEXT COLOR STYLES				*/
.vTxtCol_l1 {
    COLOR: #D2DCE1;
}
.vTxtCol_l1 A {
    COLOR: #D2DCE1;
}
.vTxtCol_l2 {
    COLOR: #F9AA84;
}
.vTxtCol_l2 A {
    COLOR: #F9AA84;
}
.vTxtCol_d1
{
	color: #002E57;
}
.vTxtCol_d1 A {
    COLOR: #002E57;
}
.vTxtCol_d2
{
	color: #F15D2a;
}
.vTxtCol_d2 A {
    COLOR: #F15D2a
}
.vTxtCol_w {
    COLOR: #ffffff
}
.vTxtCol_w A {
    COLOR: #ffffff
}
.vTxtCol_g {
	color: #b3b3b3;
}
.vTxtCol_g A {
    COLOR: #000000;
}
.vTxtCol_b {
    COLOR: #000000
}
.vTxtCol_b A {
    COLOR: #000000
}
.vTxtCol_a {
    COLOR: #000000
}
.vTxtCol_a A {
    COLOR: #000000
}

/* BACKGROUND COLOR STYLES				*/
.vBgCol_l1 {
	background-color: #D2DCE1;
}
.vBgCol_l2
{
	background-color: #F9AA84;
}
.vBgCol_l3
{
	background-color: #F79A81;
}
.vBgCol_d1
{
	background-color: #002E57;
}
.vBgCol_d2
{
	background-color: #F15D2a;
}
.vBgCol_g
{
	background-color: #dddddd;
}
.vBgCol_w {
	background-color: #ffffff;
}
.vBgCol_b
{
	background-color: #000000;
}
.vBgCol_a {
    background-color: #ff9900
}

/* BORDER COLOR STYLES				*/
.vBrdrCol_w {
    BORDER: #ffffff;
}.vBrdrCol_l1 {
    BORDER: #D2DCE1;
}
.vBrdrCol_l2 {
    BORDER: #F9AA84;
}
.vBrdrCol_d1 {
	border: #002E57;
}
.vBrdrCol_d2 {
    BORDER: #F15D2a;
}

.vShadow
{
	background-color: #808080;
}

/* TEXT COLORS */ 
.textB { COLOR: #000000; } 
.textB A:link { COLOR: #000000; } 
.textB A:visited { COLOR: #000000; } 
.textB A:hover { COLOR: #000000; } 
.textB A:active { COLOR: #000000; } 
 
.textL1 { COLOR: #D2DCE1; } 
.textL1 A:link { COLOR: #D2DCE1; } 
.textL1 A:visited { COLOR: #D2DCE1; } 
.textL1 A:hover { COLOR: #D2DCE1; } 
.textL1 A:active { COLOR: #D2DCE1; } 
 
.textL2 { COLOR: #F9AA84; } 
.textL2 A:link { COLOR: #F9AA84; } 
.textL2 A:visited { COLOR: #F9AA84; } 
.textL2 A:hover { COLOR: #F9AA84; } 
.textL2 A:active { COLOR: #F9AA84; } 
 
.textD1 { COLOR: #002E57; } 
.textD1 A:link { COLOR: #002E57; } 
.textD1 A:visited { COLOR: #002E57; } 
.textD1 A:hover { COLOR: #002E57; } 
.textD1 A:active { COLOR: #002E57; } 
 
.textD2 { COLOR: #F15D2A; } 
.textD2 A:link { COLOR: #F15D2A; } 
.textD2 A:visited { COLOR: #F15D2A; } 
.textD2 A:hover { COLOR: #F15D2A; } 
.textD2 A:active { COLOR: #F15D2A; } 
 
.textW { COLOR: #ffffff; } 
.textW A:link { COLOR: #ffffff; } 
.textW A:visited { COLOR: #ffffff; } 
.textW A:hover { COLOR: #ffffff; } 
.textW A:active { COLOR: #ffffff; } 
 
.textLG { COLOR: #b3b3b3; } 
.textLG A:link { COLOR: #b3b3b3; } 
.textLG A:visited { COLOR: #b3b3b3; } 
.textLG A:hover { COLOR: #b3b3b3; } 
.textLG A:active { COLOR: #b3b3b3; } 
 
.textDG { COLOR: #585C62; } 
.textDG A:link { COLOR: #585C62; } 
.textDG A:visited { COLOR: #585C62; } 
.textDG A:hover { COLOR: #585C62; } 
.textDG A:active { COLOR: #585C62; } 
/* My.vCity Menu Styles */

/* below this point are the older (depricated) styles */



