
/* 4over intranet */

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

UL {
  font: 12pt/14pt "Georgia", "Times", "serif" ;
  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 "Georgia", "Times", "serif" ;
  color: black ;
  text-align: left ;
  text-decoration: none ;
  margin-top: 0 ;
  margin-bottom: 0 ;
  padding: 0 0 0 2em ;
  list-style-type: decimal ;
  }

/* 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: 24pt/30pt "Copperplate", "Verdana", "Arial Bold", "sans-serif" ;
  font-weight: bold ;
  color: black ;
  text-align: center ;
  margin-top: 20pt ;
  margin-bottom: 14pt ;
  padding: 0 0 0 0 ;
  }

H2 {
  font: 18pt/19pt "Verdana", "Arial Bold", "sans-serif" ;
  font-weight: bold ;
  color: #ed1c22 ;
  text-align: left ;
  margin-top: 18pt ;
  margin-bottom: 3pt ;
  padding: 0 0 0 0 ;
  }

H3 {
  font: 14pt/15pt "Verdana", "Arial Bold", "sans-serif" ;
  font-weight: bold ;
  color: #ed1c22 ;
  text-align: left ;
  margin-top: 14pt ;
  margin-bottom: 3pt ;
  padding: 0 0 0 0 ;
  }

H4 {
  font: 12pt/13pt "Verdana", "Arial Bold", "sans-serif" ;
  color: black ;
  font-weight: bold ;
  text-align: left ;
  margin-top: 12pt ;
  margin-bottom: 3pt ;
  padding: 0 0 0 0 ;
  }

TD {
  font: 11pt/14pt "Verdana", "Arial Bold", "sans-serif" ;
  color: black ;
  text-align: left ;
  text-decoration: none ;
  margin-top: 0 ;
  margin-bottom: 0 ;
  padding: 2pt 2pt 2pt 2pt ;
  }

TH {
  font: 11pt/14pt "Verdana", "Arial Bold", "sans-serif" ;
  color: black ;
  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 "Copperplate", "Verdana", "Arial Bold", "sans-serif" ;
  color: black ;
  font-weight: bold ;
  text-align: center ;
  text-decoration: none ;
  padding: 1pt 0 1pt 0 ;
  letter-spacing: 1pt ;
  }
  

 A:link    { color:blue; text-decoration: none }  /* unvisited */
 A:visited { color:gray; text-decoration: none } /* visited */
 A:hover   { color:blue; text-decoration: underline }        /* on hover */
 A:active  { color:lime; text-decoration: underline }  /* active link */

/*
  A:link    { color:black; text-decoration: none }  /* unvisited */
  A:visited { color:black; text-decoration: none } /* visited */
  A:hover   { color:blue; text-decoration: underline }        /* on hover */
  A:active  { color:lime; text-decoration: underline }  /* active link */
*/


/* ----- sample request form ----- */


#samp_form {
	width: 690px;
	margin: 5px auto;
	border: 1px solid #0098C6;
}

#samp_form form {
	margin: 0;
	padding: 0;
}

.title, .reg, .alt {
 width: 684px;
 padding: 3px;
 text-align: center;
}

.reg, .alt {
 padding: 5px 3px;
}

.reg input, .alt input {
 padding: 0 5px 4px;
 margin: 0;
}

.title {
 font-size: 15px;
 font-weight: bold;
}

.samp_lab, .samp_ent {
 float: left;
}

.samp_lab {
 width: 200px;
 text-align: right;
 font-weight: bold;
 padding-right: 5px;
}

.samp_ent {
 width: 400px;
 text-align: left;
}

.clears {
clear:both;
}














