.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;
	font-weight: bold;
}

.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;
	font-weight: bold;
}

.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;
	font-weight: bold;
}

.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;
	font-weight: bold;
}

/* 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: left;
	color: #1e5382;
	font: 10px Verdana, Arial, Helvetica;
	font-weight: bold;
}
.buttonHover, a.buttonHover:link, a.buttonHover:visited, a.buttonHover:active, a.buttonHover:focus {
	text-decoration: none;
	text-align: left;
	color: #1e5382;
	font: 10px Verdana, Arial, Helvetica;
	font-weight: bold;
/* padding: 1px; */
}
.buttonBorder {
	border: 1px outset #339966;
	font-variant: bold;
}
.buttonBorderOver {
	border: 1px inset #CC9966;
	font-weight: bold;
}
