.lowText { text-decoration: none; color: #000000; font: 12px Arial, Helvetica }

/*{ text-decoration: none; color: #000000; font: 10px Arial, Helvetica }*/

.horiz { color: #FFF; 
         font-size: 11px; 
         font-family: Verdana, Arial, Helvetica, sans-serif; 
         font-style: normal; font-weight: normal; 
         font-stretch: normal; 
         text-decoration: none }

.horizHover {
	color:           orange;
	font-size:        10px;
	font-family:      Verdana, Arial, Helvetica, sans-serif;
	font-style:       normal;
	font-weight:      bold;
	text-decoration:  none;
	background-color: transparent;
	cursor:           pointer;
	display:          block }

.highText {
	color:          black;
	font-size:       11px;
	font-family:     Verdana, Arial, Helvetica, sans-serif;
	font-style:      normal;
	font-weight:     normal;
        font-stretch:    normal; 
	text-decoration: none }

.highTextHover {
	color:            orange;
	font-size:        11px;
	font-family:      Verdana, Arial, Helvetica, sans-serif;
	font-style:       normal;
	font-weight:      bold;
	text-decoration:  none; }

.subM {color: #003;
	   font-weight: bold;
	   font-size: 11px;
	   font-family: Verdana, Arial, Helvetica;
	   text-decoration: none;
	   letter-spacing: normal }

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

/* Delete these "button" styles if you're not using them */

.buttonText { text-decoration: none; color: #FFCC99; font: Bold 12px Arial, Helvetica }
.buttonHover { text-decoration: none; color: #99CCFF; font: Bold 12px Arial, Helvetica; padding: 1px }
.buttonBorder { border: 1px outset #339966 }
.buttonBorderOver { border: 1px inset #CC9966 }
