/* Option font colors for text elements */


.themecolor1{color:#000;}

.themecolor2{color:#333;}

.themecolor3{
	color:#CC6600;
}

.themecolor4{color:#666666;}

.themecolor5{
	color:#003399;
}

.themecolor6{
	color:#339933;
}

.themecolor7{
	color:#CC6600;
}

.themecolor1bg{background-color:#000;}

.themecolor2bg{background-color:#333;}

.themecolor3bg{
	background-color:#CC6600;
}

.themecolor4bg{background-color:#666666;}

.themecolor5bg{
	background-color:#003399;
}

.themecolor6bg{background-color:#339933;}

.themecolor7bg{background-color:#CC6600;}
