.lowText {
	text-decoration: none;
	color: #00000;
	font: bold 16px Times New Roman, Times, Georgia;
	text-align: center;
	vertical-align: middle;
}
.lowText2 {
	text-decoration: none;
	color: #000000;
	font: 16px Times New Roman, Times, Georgia;
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
}
.highText {
	text-decoration: none;
	color: #929191;
	font: bold 16px Times New Roman, Times, Georgia;
	text-align: center;
	vertical-align: middle;
}

.itemBorder { border: 1px solid; border-color: #FFFFFF #FFFFFF #FFFFFF #FFFFFF }
.itemBorderOrange { border: 1px solid; border-color: #FFFFFF #FFFFFF #FFFFFF #FFFFFF }
.itemBorderSub { border-style: solid; border-top-width: 1px; border-left-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-color: #FFFFFF #FFFFFF #FFFFFF #FFFFFF }
.itemBorderBlank { border: 1px solid #FFFFFF }

.buttonText {
	text-decoration: none;
	color: #929191;
	font-family: Times New Roman, Times, Georgia;
	font-size: 16px;
	font-weight: Bold;
	vertical-align: middle;
}
.buttonHover {
	text-decoration: none;
	color: #929191;
	font-family: Times New Roman, Times, Georgia;
	font-size: 16px;
	font-weight: Bold;
	vertical-align: middle;
}
.buttonBorder { border: 1px inset #ffffff }
.buttonBorderOver { border: 1px inset #000000 }
