﻿.clsPageTitle { 
    position:fixed; top:55px; left:0px; right:0px; text-align:center; z-index:100; font-size:22pt; color: black; 
}
.clsSpacer {
  height:15px;
}
.clsSectionHead {
  background:#0B3F76; color:white; border-radius:3pt; font-family:arial; font-size:12pt; padding:10pt;
}
.clsNormal {
  font-family:arial; font-size:10pt;
}
.clsButton {
  background:dimgray; width:100px; height:40px; padding-left:20px; padding-right:20px; padding-top:10px; padding-bottom:10px; border-radius:3px; color:white;
}
.clsButton:hover {
  background:#0B3F76; color:white; cursor: pointer;
}


