body {
  font-family: "Open Sans", sans-serif;
  font-size: 11pt;
  padding-right:10px;
  color:black;
  
}

p {
  font-size: 11pt;
}

h1 {
  font-size: 20pt;
}

h2 {
  font-size: 18pt;
}

h3 {
  font-size: 16pt;
}

h4 {
  font-size: 14pt;
}

h5 {
  font-size: 13pt;
}

h6 {
  font-size: 12pt;
}

.buttontext {
  font-weight: bold;
  color: #0000FF;
}

.courier {
  font-family: "Courier New", monospace;
  font-weight: normal;
}

.courierbold {
  font-family: "Courier New", monospace;
  font-weight: bold;
  font-size: 10pt;
}

.xl35 {
  font-weight:800;
  border-top:none;
  border-left:none;
  background:#99CCFF;
  
}


.xl36 {
  font-weight:800;
  text-align:left;
  border-top:none;
  border-left:none;
  background:#CCFFCC;
  
}


.xl37 {
  font-weight:800;
  
  text-align:left;
  border-top:none;
  border-left:none;
  background:#FFCC99;
  
}

.xl39 {
  text-align:left;
  font-weight:800;
  border-top:none;
  border-left:none;
  background:#99CCFF;
}


.xl40 {
  text-align:left;
  border-top:none;
  border-left:none;
  background:#CCFFCC;
  
}

.xl41 {
  text-align:left;
  border-top:none;
  border-left:none;
  background:#FFCC99;
  
}


.Notes{
  color:#FF0000;
}

/*table{
border-collapse: collapse;
}
*/


.XML_NAME{
  color: #F00;
  font-weight: bold;
}
.XML_LABEL{
  font-weight: bold;
  color: #00F;
}

PRE {
  font-family: "Courier New", monospace;
  color: black;
}

.t_bold {
  font-weight: bold;
  font-family: "Courier New", monospace;
  background: white;
}

.dynasubmissionblue{
  color:#0000FF;
  font-family: "Courier New", monospace;
  font-weight: bold;
  font-size: 11pt;
}


@media print {
  .ignore
  {
    display: none;
  }
  
}

@media screen {
  .ignore
  {
    display: block !important;
  }
 
}
table td {
    white-space: normal;
}


/*:is(h1, h2, h3, h4):nth-child(2) {
  color: red;
}
*/


/* Add a scroll bar in the frame with the content */
.desktopView html, .desktopView body {
overflow: auto !important;
} 