/*
*** 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!
*/

.highText {
 FONT:   11px Verdana, Helvetica; COLOR: #D7C49B; TEXT-DECORATION: none; text-align: center;
}
.lowText {
	FONT:11px Verdana, Helvetica; COLOR: #614C2C; TEXT-DECORATION: none; text-align: center; vertical-align:top;
}
// FONT:   11px Verdana, Helvetica; COLOR: #614C2C; TEXT-DECORATION: none; text-align: center; border-width: 1px; vertical-align:top; margin:0px;padding:0px; BORDER: #FF0000 0px solid;
.noBorder {
	BORDER: #000000 0px solid;
}

.itemBorder {
	BORDER-RIGHT: #ffffff 0px solid; BORDER-TOP: #ffffff 0px solid; BORDER-LEFT: #000000 0px solid; BORDER-BOTTOM: #E9DFD3 0px solid;
}
nobr {	vertical-align:top;padding:0px;margin:0px;}
