/* Option font colors for text elements */


.themecolor1{color:#000;}

.themecolor2{color:#333;}

.themecolor3{color:#999;}

.themecolor4{color:#666666;}

.themecolor5{
	color:#336633;
}

.themecolor6{
	color:#333;
	font-weight:bold;
	line-height: 1.5em;
}

.themecolor7{
	color:#003366;
}

.themecolor1bg{background-color:#000;}

.themecolor2bg{background-color:#333;}

.themecolor3bg{background-color:#999;}

.themecolor4bg{background-color:#666666;}

.themecolor5bg{background-color:#336633;}

.themecolor6bg{
	background-color:#FF6633;
}

.themecolor7bg{
	background-color:#003366;
}
