
.menubarText, a.menubarText:link, a.menubarText:visited, a.menubarText:active, a.menubarText:focus, a.menubarText:hover
{
 color: #333366;
 font: normal 10px Verdana, sans-serif;
 text-align: left;
 text-decoration: none;
}

.lowText, a.lowText:link, a.lowText:visited, a.lowText:active ,a.lowText:focus {
 color: #FFFFFF;
 font: 10px Verdana, sans-serif;
 text-align: left;
 text-decoration: none;
}


.highText, a.highText:link, a.highText:visited, a.highText:active, a.highText:focus, a.highText:hover {
 color: yellow;
 font: 10px Verdana, sans-serif;
 text-align: left;
 text-decoration: none;
}

/* Borders used by some items */

.itemBorder {
 border: 1px solid #FFFFFF;
}
.itemBorderBlank {
 border: 1px solid #CCCCDD;
}