/*
 Note that items contain <A HREF> tags, so if other stylesheets style anchor tags,
 these may inherit the rules.
*/

.lowText, a.lowText:link, a.lowText:visited, a.lowText:active, a.lowText:focus {
 color: #FFFBAE;
 font: 10px Franklin Gothic Medium;
 text-align: left;
 text-decoration: none;
}
.highText, a.highText:link, a.highText:visited, a.highText:active, a.highText:focus {
 color: #FFFFFF;
 font: 10px Franklin Gothic Medium;
 text-align: left;
 text-decoration: none;
}

.itemBorder {
 border: 1px solid #999999;
}
.itemBorderBlank {
 border: 1px solid #CCCCDD;
}
