
.lowText { text-decoration: none; color: #FFFFFF; text-align: center;  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;  font-weight: 800;  font-size: 14px;  }
.highText { text-decoration: none; color: #FFFFFF; text-align: center; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;  font-weight: 800;  font-size: 14px;  }

.subLowText { text-decoration: none; color: #FFFFFF; text-align: center;  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;  font-weight: 700;  font-size: 12px;   }
.subHighText { text-decoration: none; color: #FFFFFF; text-align: center; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;  font-weight: 700;  font-size: 12px;   }

/* Borders used by some items */
.itemBorder { border: 1px solid #666666 }
.itemBorderBlank { border: 1px solid #CCCCDD }

/* The "button" demo menu styles, as used by the "File-Reopen" menu */
.buttonText { text-decoration: none; color: #FFFFFF; font: Bold 12px Arial, Helvetica }
.buttonHover { text-decoration: none; color: #7BB8D5; font: Bold 12px Arial, Helvetica; padding: 1px }
.buttonBorder { border: 1px outset #339966 }
.buttonBorderOver { border: 1px inset #CC9966 }


A:link {	color :  blue;}
A:visited {	color :  navy;}
A:hover {	color :  red;}
A:active { color: red; }
