* {
  font-family: Arial, san-serif;
}
PRE {
  font-family: Courier New, Courier, sans-serif;
}
P, TD, TH, DL, BODY, BLOCKQUOTE, PRE, OL, UL, BR  {
  font-size: 10pt;
  color: black;
}
html, body {
	scrollbar-base-color: #b6916d;	
}  
/* Links */ 
a:link, a:visited {
	color: #A60110;
}
a:hover, a:active {
	color: red;
}

SMALL {
  font-size: 8pt;
}
H1 {
  font-size: x-large;
  font-weight: bold;
  color: #A60110;
}
H2 {
  font-size: large;
  font-weight: bold;
  color: #A60110;
}
H3 {
  font-size: medium;
  font-weight: bold;
  color: #A60110;
}
.heading2 {
  font-size: large;
  font-weight: bold;
  color: #A60110;
}
.heading3 {
  font-size: medium;
  font-weight: bold;
  color: #A60110;
}
.heading3w {
  font-size: medium;
  font-weight: bold;
  color: white;
}
.heading3b {
  font-size: normal;
  font-weight: bold;
  color: black;
}
.heading4 {
  font-size: normal;
  font-weight: bold;
  color: #A60110;
}
select, input, textarea {
 	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
}
.time {
  font-family:  Courier;
  font-weight: bold;
  color: #000000;
}
.good {
  color: Green;
  font-weight: bold;
}
.bad {
  color: Red;
  font-weight: bold;
}

/* Remove the space at the top of ul and ol */
ul.compact, ol.compact {
	margin-top: 2px;
}

/* For displaying headings on forms */
/* class="form" is the normal text */
.heading_row tr, .heading_row td {
	background-color: #FFD040;
        padding: 3px;
}
.form {
	font-weight: normal;
}
/* class="form_required" is for required fields */
.form_required {
	font-weight: bold;
}
/* class="form_error" is for error fields */
.form_error {
	color: red;
	font-weight: bold;
}

