
.lowText, a.lowText:link, a.lowText:visited, a.lowText:active, a.lowText:focus {
 color: #1e5382;
 font: 10px Verdana, Arial, sans-serif;
 text-align: left;
 text-decoration: none;
}

.highText, a.highText:link, a.highText:visited, a.highText:active, a.highText:focus {
 color: #1e5382;
 font: 10px Verdana, Arial, sans-serif;
 text-align: left;
 text-decoration: none;
}

.lowText2, a.lowText2:link, a.lowText2:visited, a.lowText2:active, a.lowText2:focus {
 color: #1e5382;
 font: 10px Verdana, Arial, sans-serif;
 text-align: right;
 text-decoration: none;
}

.highText2, a.highText2:link, a.highText2:visited, a.highText2:active, a.highText2:focus {
 color: #1e5382;
 font: 10px Verdana, Arial, sans-serif;
 text-align: right;
 text-decoration: none;
}

/* Borders used by some items */

.itemBorder {
 border: 0px solid #1e5382;
}
.itemBorderBlank {
 border: 0px solid #ECF9FF;
}

/* 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;
 text-align: right;
 color: #1e5382;
 font: 10px Verdana, Arial, Helvetica;
}
.buttonHover, a.buttonHover:link, a.buttonHover:visited, a.buttonHover:active, a.buttonHover:focus {
 text-decoration: none;
 text-align: right;
 color: #1e5382;
 font: 10px Verdana, Arial, Helvetica;
/* padding: 1px; */
}
.buttonBorder {
 border: 1px outset #339966;
}
.buttonBorderOver {
 border: 1px inset #CC9966;
}

