.lowText, a.lowText:link, a.lowText:visited, a.lowText:active, a.lowText:focus {
 color: #F3F3F3;
 font: 12px Verdana, sans-serif;
 text-align:left;
 text-decoration: none;
 padding-top:3;
 padding-left:10;
}

.highText, a.highText:link, a.highText:visited, a.highText:active, a.highText:focus {
 color: #78277A;
 font: 12px Verdana, sans-serif;
 text-align: left;
 text-decoration: none;
 padding-top:3;
 padding-left:10;
}

.lowTextSub, a.lowTextSub:link, a.lowTextSub:visited, a.lowTextSub:active, a.lowTextSub:focus {
 color: #F3F3F3;
 font: 12px Verdana, sans-serif;
 text-align:left;
 text-decoration: none;
 padding-top:0;
 padding-left:10;
}

.highTextSub, a.highTextSub:link, a.highTextSub:visited, a.highTextSub:active, a.highTextSub:focus {
 color: #78277A;
 font: 12px Verdana, sans-serif;
 text-align: left;
 text-decoration: none;
 padding-top:0;
 padding-left:10;
}

/* Borders used by some items */

.mainBorder 
{
	border-style:solid;
	border-width:1px;
	border-left-color:#FFFFFF;
	border-right-color:#000000;
	border-top-color: transparent;
	border-bottom-color: transparent;
}

/* 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 12px Arial, Helvetica;
}
.buttonHover, a.buttonHover:link, a.buttonHover:visited, a.buttonHover:active, a.buttonHover:focus {
 text-decoration: none;
 color: #99CCFF;
 font: Bold 12px Arial, Helvetica;
 padding: 1px;
}
.buttonBorder {
 border: 1px outset #339966;
}
.buttonBorderOver {
 border: 1px inset #CC9966;
}