/**********************************************
* category background color  
***********************************************/ 

.bg_pink{
	background-color : #F4529C;
}

.bg_purple{
	background-color : #A67BCC;
}

.bg_red{
	background-color : #B20245;
}

.bg_green{
	background-color : #1DAF32;
}
.bg_gold{
	background-color : #CC9900;
}

.bg_default{
	/* blue color */
	background-color : #007BA0; 
}

.bg_blue{
	/* blue color */
	background-color : #007EAE; 
}

.bg_newsletter{ 
	/* dark blue color */
	background-color : #007EAE; 
}
.bg_newsletterbar{ /*use by newsletter, sitemap*/
	/* dark blue color */
	background-color : #005879; 
}
.bg_operation{
	/* dark blue color */
	background-color : #007EAE; 
}
.bg_operationbar{
	/* dark blue color */
	background-color : #005879; 
}

/**********************************************
* category text color  
***********************************************/ 
.text_pink{
	color : #F4529C;
}

.text_purple{
	color : #A67BCC;
}

.text_red{
	color : #B20245;
}

.text_green{
	color : #1DAF32;
}
.text_gold{
	color : #CC9900;
}
.text_default{
	/* blue color */
	color : #007BA0; 
}
.text_operation {
	color:#005879;
}
