.AlertBoxHead1
  {
  font-family: verdana; 
  font-size: 16px; 
  font-weight: bold; 
  background: blue; 
  color: white;
  text-align: center;
  }
.AlertBoxHead2
  {
  font-family: verdana; 
  font-size: 16px; 
  font-weight: bold; 
  background: darkgreen; 
  color: white;
  text-align: center;
  }
.AlertBoxStyle1
  {
  font-family: verdana; 
  font-size: 12px; 
  font-weight: normal; 
  text-align: justify;
  }
.AlertBoxStyle2
  {
  font-family: verdana; 
  font-size: 14px; 
  font-weight: normal; 
  text-align: justify;
  }
.HelpDiv1
  {
  display:flex;
  font-family: verdana; 
  font-size: 12px; 
  font-weight: normal; 
  text-align: justify;
  flex-direction: row;
  }
.Images1
  {
  float:left;
  margin-top:6px;
  margin-bottom:6px;
  margin-right:10px;
  padding: 2px;
  border: 1px solid black;
  align-self:start;
  flex-shrink:0;
  }
.Images2
  {
  float:left;
  margin-top:6px;
  margin-bottom:6px;
  margin-right:10px;
  padding: 2px;
  align-self:start;
  flex-shrink:0;
  }
.Font1
  {
  font-size: 14px; 
  }
.Font2
  {
  font-size: 16px; 
  }
.Font3
  {
  font-size: 18px; 
  }
.Font4
  {
  font-size: 20px; 
  }
