/* ICAT Web site style sheet */
/* Define colors, fonts and other style attributes here to override the defaults */

/* Font, colour, etc. for the main title in each page */
H1.maintitle {
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  color: black;
  margin-top: 0.5em;
  margin-bottom: 0.4em;
}

/* Font, colour (teal), etc. for the Index in each page */
H2.index {
  font-family: Times;
  color: black;
  background: #CCFFFF;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

/* Font, colour, etc. for the sub-title in each page */
.subtitle {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11pt;
	font-weight:bold;
  color: #EEEEEE;
  background: #8380A4;
 padding-left=4px;
 padding-right=1px;
 padding-top=1px;
 padding-bottom=0px;
 border-top=2px solid #C07E0A;
 border-left=2px solid #C07E0A;
 border-right=2px solid #F1D7AB;
 border-bottom=2px solid #F1D7AB;
 border-color=#304028;
 border-style=shade;
 background-color=#F3F3D7;
}

/* Font, colour, etc. for the sub-heading in each page */
H3.subheading {
  font-family: Garamond, Arial, Helvetica, sans-serif;
  color: black;
  margin-top: 0.2em;
  margin-bottom: 0.5em;
}

/* Font, colour (olive), etc. for the "Last Updated" date */
P.last_updated {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  color: maroon;
  margin-top: -0.5em;
  margin-bottom: -0.5em;
  text-align: right;
}

.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #444444;
	text-decoration: none;
}

/* Top/bottom margin for paragaraphs */
P.normal {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  color: black;
  margin-top: 0.1em;
  margin-bottom: 0.3em;
  line-height: 1.2em;
}

.normal {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  color: black;
}

.extended {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13pt;
  color: blue;
  line-height: 1.3em;
}

/* Margins for lists */
UL.index {
  font-family: Arial, Helvetica, sans-serif;
  margin-top: -1.5%;
  margin-bottom: 0.3%;
  margin-left: 2%;
}

UL.other {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  margin-top: -1.0%;
  margin-bottom: 0.8%;
  margin-left: 1%;
}

DD {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  color: black;
  margin-top: 0.1em;
  margin-bottom: 0.3em;
  line-height: 1.2em;
}