/* Option font colors for text elements */


.themecolor1{color:#000;}

.themecolor2{
	color:#003399;
}

.themecolor3{
	color:#009966;
}

.themecolor4{color:#666666;}

.themecolor5{
	color:#333333;
}

.themecolor6{
	color:#9999CC;
}

.themecolor7{
	color:#48403C;
}

.themecolor1bg{background-color:#000;}

.themecolor2bg{
	background-color:#003399;
}

.themecolor3bg{
	background-color:#009966;
}

.themecolor4bg{background-color:#666666;}

.themecolor5bg{
	background-color:#333333;
}

.themecolor6bg{
	background-color:#9999cc;
}

.themecolor7bg{
	background-color:#48403C;
}

