@charset "UTF-8";

/* 4over intranet */

P {
  font: 12pt/14pt;
  color: black ;
  text-align: left ;
  text-decoration: none ;
  margin-top: 0 ;
  margin-bottom: 0 ;
  padding: 0 0 0 0 ;
  }

UL {
  font: 12pt/14pt;
  color: black ;
  text-align: left ;
  text-decoration: none ;
  margin-top: 0 ;
  margin-bottom: 0 ;
  padding: 0 0 0 2em ;
  list-style: square ;
  }

OL {
  font: 12pt/14pt;
  color: black ;
  text-align: left ;
  text-decoration: none ;
  margin-top: 0 ;
  margin-bottom: 0 ;
  padding: 0 0 0 2em ;
  list-style-type: decimal ;
  line-height: 1.6;
  }

/* Small Caps */
.sc {
  font-size: 80% ;
  }

/* Highlight Text */
.hi {
  background-color: yellow ;
  }

/* Indented Paragraph */
.if {
  text-indent: 3em ;
  /* margin-top: 7pt ; */
  }

/* extra-lead Paragraph */
.el {
  /* text-indent: 3em ; */
  margin-top: 7pt ; 
  }

/* extra-lead AND indent first Paragraph */
.elif {
  text-indent: 3em ;
  margin-top: 7pt ; 
  }

H1 {
  font-size: 24px;
  font-weight: bold ;
  margin-top: 20pt ;
  margin-bottom: 14pt ;
  padding: 0 0 0 0 ;
  }

H2 {
  font: 18pt/19pt;
  font-weight: bold ;
  line-height: 1.1 ;
  text-align: left ;
  margin-top: 18pt ;
  margin-bottom: 3pt ;
  padding: 0 0 0 0 ;
  }

#content H3 {
  background: lightblue ;
  text-transform: uppercase;
  font-size: 14px;
  text-align: left ;
  letter-spacing: 1px;
  padding: 4px;
  }

H4 {
  font: 12pt/13pt;
  font-weight: bold ;
  text-align: left ;
  margin-top: 12pt ;
  margin-bottom: 3pt ;
  padding: 0 0 0 0 ;
  }

TD {
  font: 11pt/28pt;
  text-align: left ;
  text-decoration: none ;
  margin-top: 0 ;
  margin-bottom: 0 ;
  padding: 2pt 2pt 2pt 2pt ;
  }

TH {
  font: 11pt/28pt;
  font-weight: bold ;
  text-align: center ;
  text-decoration: none ;
  margin-top: 0 ;
  margin-bottom: 0 ;
  padding: 2pt 2pt 2pt 2pt ;
  }

/* text <span class="shorthelp" title="some string of text">word word</span>  */
.shorthelp {
  border-bottom: 1px dotted rgb(153,153,153);
  cursor: help;
  margin: 0;
  padding: 0 0 0.4px 0;
}

/* Orange Banner (bigger and orange)  */
.orangebanner {
  color: #f49602 ;
  font-size: 36pt ;
  }

/* Center, extra space above, for "drop caps" */
.dropcap {
  text-align: center ;
  margin-top: 36pt ;
  }


/* quad right text */
.right {
  text-align: right ;
  }

/* quad center text */
.center {
  text-align: center ;
  }

/* quad left text */
.left {
  text-align: left ;
  }

/* kill padding */
.nopadding {
  padding: 0 0 0 0 ;
  }

/* For use in title bar */
.titlebar {
  font: 10pt/10pt;
  color: black ;
  font-weight: bold ;
  text-align: center ;
  text-decoration: none ;
  padding: 1pt 0 1pt 0 ;
  letter-spacing: 1pt ;
  }
  
ul.norm {
  font-size: 12px;
  font-weight: bold;
  padding: 1em;
  }

