.lowText, a.lowText:link, a.lowText:visited, a.lowText:active, a.lowText:focus {
	color: #000000;
	font: 9px Arial, sans-serif;
	text-align: left;
	text-decoration: none;
	text-transform: none;

}

.highText, a.highText:link, a.highText:visited, a.highText:active, a.highText:focus {
	color: #FFFFFF;
	font: bolder 9px Arial, sans-serif;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
}


.itemBorder {
 border: 0px solid #666666;
}
.itemBorderBlank {
 border: 0px solid #CCCCDD;
}



.buttonText, a.buttonText:link, a.buttonText:visited, a.buttonText:active, a.buttonText:focus {
	text-decoration: none;
	color: #FFFFFF;
	font: bold 16px "trebuchet MS", Arial, Tahoma, Sans-serif;
	text-transform: none;
}
.buttonHover, a.buttonHover:link, a.buttonHover:visited, a.buttonHover:active, a.buttonHover:focus {
 text-decoration: none;
 color: #000000;
 font: bold 16px "trebuchet MS", Arial, Tahoma, Sans-serif;
 padding: 1px;
}
.buttonBorder {
 border: 0px outset #FFFFFF;
}
.buttonBorderOver {
 border: 0px inset #000000;
}

.buttonText2, a.buttonText2:link, a.buttonText2:visited, a.buttonText2:active, a.buttonText2:focus {
	text-decoration: none;
	color: #FFFFFF;
	font: bold 12px "trebuchet MS", Arial, Tahoma, Sans-serif;
	text-transform: none;
}
.buttonHover2, a.buttonHover2:link, a.buttonHover2:visited, a.buttonHover2:active, a.buttonHover2:focus {
 text-decoration: none;
 color: #000000;
 font: bold 12px "trebuchet MS", Arial, Tahoma, Sans-serif;
 padding: 0px;
}