/* Normal */
.buttonText1 {
	font-size:11px;
	color:#333333;
	font-weight:bold;
}

/* Mouse Over */
.buttonText2 {
	font-size:11px;
	color:#FFFFFF;
	font-weight:bold;
}

/* Disable */
.buttonText3 {
	font-size:11px;
	color:#999999;
	font-weight:bold;
}