
.lowText, a.lowText:link, a.lowText:visited, a.lowText:active, a.lowText:focus, a.lowText:hover {
 color: white;
 font: 13px Arial;
 font-weight: bold;
 text-align: left;
 text-decoration: none;
}

.lowText2, a.lowText2:link, a.lowText2:visited, a.lowText2:active, a.lowText2:focus, a.lowText2:hover {
 color: white;
 font: 13px Arial;
 font-weight: bold;
 text-align: left;
 text-decoration: none;
}

.highText, a.highText:link, a.highText:visited, a.highText:active, a.highText:focus, a.highText:hover {
 color: #C7E1FB;
 font: 14px Arial;
 font-weight: bold;
 text-align: center;
 text-decoration: none;
}

.highText2, a.highText2:link, a.highText2:visited, a.highText2:active, a.highText2:focus, a.highText2:hover {
 color: white;
 font: 14px Arial;
 font-weight: bold;
 text-align: center;
 text-decoration: none;
}
/* Borders used by some items */

.mainBorder2 {
 border-right: 2px solid black;
}
.mainBorder {
 border-right: 1px solid #669AC7;
}
.itemBorder {
 border: 1px solid #fff;
}
.itemBorderBlank {
 border: 1px solid #CCCCDD;
}



