#contentText a {
 font-weight:bold;
 text-decoration:none;
}
#contentText a:visited {
 font-weight:bold;
 text-decoration:none;
}
#contentText a:hover {
 font-weight:bold;
 text-decoration:none;
}
#contentText a:active {
 font-weight:bold;
 text-decoration:none;
}
/* for ism applications */ 
.votingTable td, th
{
  font-size:12px;
  background: #D5EEFA;
  border: 1px solid #002F6B;
  padding:1px;
  text-align: left;
}
table.votingTable
{
  font-size:12px;
  background: #D5EEFA;
  text-align: left;
  border: 1px solid #002F6B;
}
td.sectionheader
{
  font-size:12px;
    padding: 10px;
    font-weight: bold;
    color: #FFED00;
    background: #1781AA;
}
a.sectionheader
{
  font-size:12px;
    font-weight: bold;
    color: #333333;
}
.inputfield
{
  font-size:12px;
  background: #ffffff;
  border: 1px solid #009EE0;
  padding:1px;
}
#row_highlight
{
    background: #A4DAEF;
}
