.lowText, a.lowText:link, a.lowText:visited, a.lowText:active, a.lowText:focus {
 color: #000000;
 font-family: Arial, Sans-Serif;
 font-size: 12px;
 text-align: left;
 text-decoration: none;
 padding-top: 3px;
 padding-left: 10px;
}

.lowTextSub, a.lowTextSub:link, a.lowTextSub:visited, a.lowTextSub:active, a.lowTextSub:focus {
 color: #000000;
 font-family: Arial, Sans-Serif;
 font-size: 12px;
 text-align: left;
 text-decoration: none;
 padding-top: 5px;
 padding-left: 10px;
}

.highText, a.highText:link, a.highText:visited, a.highText:active, a.highText:focus {
 color: #FFFFFF;
 font-family: Arial, Sans-Serif;
 font-size: 12px;
 font-weight: bold;
 text-align: left;
 text-decoration: none;
 padding-top: 3px;
 padding-left: 10px;
}

.highTextSub, a.highTextSub:link, a.highTextSub:visited, a.highTextSub:active, a.highTextSub:focus {
 color: #FFFFFF;
 font-family: Arial, Sans-Serif;
 font-size: 12px;
 font-weight: bold;
 text-align: left;
 text-decoration: none;
 padding-top: 5px;
 padding-left: 10px;
}

/* Borders used by some items */

.itemBorderMain {
 border-left: 1px solid #000000;
}

.itemBorderMainFirst {
}

.itemBorder {
 border: 1px solid #000000;
}

.itemBorderBlank {
 border: 1px solid #CCCCDD;
}

