.lowText, a.lowText:link, a.lowText:visited, a.lowText:active, a.lowText:focus {
 color: #ffffff;
 font: 8pt Arial, sans-serif;
 text-align: left;
 text-decoration: none;
 
}

.highText, a.highText:link, a.highText:visited, a.highText:active, a.highText:focus {
 color: #ffffff;
 font: 8pt Arial, sans-serif;
 text-align: left;
 text-decoration: none;
}

.lowSubText, a.lowSubText:link, a.lowSubText:visited, a.lowSubText:active, a.lowSubText:focus {
 color: #ffffff;
 font: 8pt Arial, sans-serif;
 text-align: left;
 text-decoration: none;
 
}

.highSubText, a.highSubText:link, a.highSubText:visited, a.highSubText:active, a.highSubText:focus {
 color: #000000;
 font: 8pt Arial, sans-serif;
 text-align: left;
 text-decoration: none;
}



.roothighText, a.roothighText:link, a.roothighText:visited, a.roothighText:active, a.roothighText:focus {
 color: #ffffff;
 font: 16px Arial, sans-serif;
 text-align: center;
 text-decoration: none;
}
/* Borders used by some items */

.itemBorder {
 border: 0px solid #666666;
}
.itemBorderBlank {
 border: 0px solid #CCCCDD;
}

/* The "button" demo menu styles, as used by the "File-Reopen" menu. Delete if not using */

.buttonText, a.buttonText:link, a.buttonText:visited, a.buttonText:active, a.buttonText:focus {
 text-decoration: none;
 color: #FFCC99;
 font: Bold 8pt Arial, Helvetica;
}
.buttonHover, a.buttonHover:link, a.buttonHover:visited, a.buttonHover:active, a.buttonHover:focus {
 text-decoration: none;
 color: #99CCFF;
 font: Bold 8pt Arial, Helvetica;
 /*padding: 1px;*/
}
.buttonBorder {
 /*border: 1px outset #339966;*/
}
.buttonBorderOver {
 /*border: 1px inset #CC9966;*/
}


