/*
 Font settings -- change your font, colour, alignment etc.
 Insert 'font-weight: bold;' or 'font-style: italic;' without quotes if you want.
 Note that items contain <A HREF> tags, so if your other stylesheets style anchor tags,
 these may inherit the rules. I've styled all the variations of links here as one.
*/

.lowText, a.lowText:link, a.lowText:visited, a.lowText:active, a.lowText:focus {
 color: #ffffff;
 font: 11px Verdana;
 padding-top: 2px;
 text-decoration: none;
}

.highText, a.highText:link, a.highText:visited, a.highText:active, a.highText:focus {
 color: #ffffff;
 font: 11px Verdana;
 padding-top: 2px;
 text-decoration: none;
 }

/* Borders used by some items */

.itemBorder {
 border: 1px solid #ffffff;
}
.itemBorderBlank {
 border: 1px solid #ffffff;
 
}


/* 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 Verdana;
 padding-top: 2px;
}

.buttonHover, a.buttonHover:link, a.buttonHover:visited, a.buttonHover:active, a.buttonHover:focus {
 text-decoration: none;
 color: #99CCFF;
 font: Bold 12px Verdana;
  padding-top: 2px;
}

.buttonBorder {
 border: 1px solid #ffffff;
}
.buttonBorderOver {
 border: 1px solid #ffffff;
}
*/

