#bootPage h1 {
    font-size: 14px;
    background: #eee;
    margin: 0;
    padding: 1px 10px;
}
.bintro {
    text-align: justify!important;
    margin: 20px 10px 0 5px;
}
#warn { 
 
    font-weight: bold;

}

#mainTable { 
    
  font-size: 11px;
}
#mainTable table { 
  border-collapse: collapse;
}

#mainTable td { 
    border-top: 1px solid #eee;
    padding:  2px 0;
}

#mainTable th { 
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    background: #ddd;
    
}

#small { 
    font-size: 9px;
}

#modified { 
  font-size: 11px;
      
}

#mainTable td.ar { 
    background: #bbb;
    font-weight: bold;
    font-size: 12px;
    padding: 0 10px;
}
#mainTable td.de { 
  text-align: right;
}
td.tm { 
  text-align: right;
}
td.CD { 
  padding: 2px 10px!important;

  text-align: right;
  white-space: nowrap;
}
td.al { 
  font-style: italic;
    
}
.al { padding-right: 10px!important; }
td.rt {
 white-space: nowrap;

}
td.nt {
    font-size: 9px;	
}
td.nt a {       
    padding-left: 10px;
}