/*
*** STYLESHEET SECTION ***Change the border and text font/colour/size here, specified in ItemStyles below.
Cut and paste this into your sitewide CSS file if you want - extra portability!
Be inventive: text-align, etc, can often come in useful. Be sure to test in NS4!*/
.highHBarText {	FONT:12px Arial, Helvetica;
	COLOR:#990000;
	TEXT-DECORATION:none;
	text-align:center;}
.highText {	FONT:12px Arial, Helvetica;
	COLOR:#990000;
	TEXT-DECORATION:none;
}
.lowText {	FONT:12px Arial, Helvetica;
	COLOR:#000000;
	TEXT-DECORATION:none;}.itemBorder { BORDER-RIGHT: #ffffff 0px solid; BORDER-TOP: #ffffff px solid; BORDER-LEFT: #ffffff 0px solid; BORDER-BOTTOM: #ffffff px solid}.itemBorderBlank { BORDER-RIGHT: #ccccdd 1px solid; BORDER-TOP: #ffffff 1px solid; BORDER-LEFT: #ccccdd 1px solid; BORDER-BOTTOM: #ccccdd 1px solid}.buttonText { FONT: bold 12px Arial, Helvetica; COLOR: #ffcc99; TEXT-DECORATION: none}.buttonHover { PADDING-RIGHT: 1px; PADDING-LEFT: 1px; PADDING-BOTTOM: 1px; FONT: bold 12px Arial, Helvetica; COLOR: #ffffff; PADDING-TOP: 1px; TEXT-DECORATION: none}.buttonBorder { BORDER-RIGHT: #ffffff 1px outset; BORDER-TOP: #ffffff 1px outset; BORDER-LEFT: #ffffff 1px outset; BORDER-BOTTOM: #ffffff 1px outset}.buttonBorderOver { BORDER-RIGHT: #ffffff 1px inset; BORDER-TOP: #ffffff 1px inset; BORDER-LEFT: #ffffff 1px inset; BORDER-BOTTOM: #ffffff 1px inset}