/* Option font colors for text elements */


.themecolor1{color:#000;}

.themecolor2{
	color:#578142;
}

.themecolor3{
	color:#B30311;
}

.themecolor4{color:#666666;}

.themecolor5{
	color:#336633;
}

.themecolor6{
	color:#FF0000;
}

.themecolor7{
	color:#003366;
}

.themecolor1bg{background-color:#000;}

.themecolor2bg{background-color:#578142;}

.themecolor3bg{
	background-color:#B30311;
}

.themecolor4bg{background-color:#666666;}

.themecolor5bg{background-color:#336633;}

.themecolor6bg{
	background-color:#FF0000;
}

.themecolor7bg{
	background-color:#003366;
}
