tr.recordlistheader {
   font-weight: bold;
   color: white;
   background: black;
}   

div.header {
   color: white;
   font-size: 24pt;
   font-weight: bold;
   text-align: center;
   margin-top: 10px;
   margin-bottom: 10px;
}

div.medheader {
   color: white;
   font-size: 14pt;
   font-weight: bold;
   text-align: center;
   margin-top: 10px;
   margin-bottom: 10px;
}
   
div.explain {
   color: white;
   font-size: 11pt; 
   margin-left: 20px;
   margin-right: 20px;  
}   

div.explainsvg {
   color: silver;
   font-size: 9pt; 
   margin-left: 20px;
   margin-right: 20px;  
}   

div.menuheader {
   color: white;
   font-size: 18pt;
   font-weight: bold;
   text-align: center;
   margin-left: 5px;
   margin-top: 0px;
   padding-top: 5px;
   margin-bottom: 10px;
   border-top: 1px solid white;
}

div.menusub {
   color: gray;
   font-size: 14pt;
   font-weight: normal;
   text-align: center;
   margin-top: 0px;
   margin-bottom: 10px;
}   

div.menusubsub {
   color: gray;
   font-size: 9pt;
   font-weight: normal;
   text-align: center;
   margin-top: 0px;
   margin-bottom: 10px;
}   

a.menulink {
   color: #c0c0c0;
   margin-left: 10px;
   text-decoration: none;
   font-size: 14pt;
}

a.menulink:hover {
   text-decoration: underline;
}
   
