/* Department indicator - Adds an image or colour to the top of the page */
#department
{
	background-color:#0066cc;
	/*department indicator background color*/
	color:#FFF;
}

  #department h1
  {
	position: relative;
  	font-weight:700;
  	font-size:17px;
  	margin-left:17px;
  	margin-top:-2px;
  	padding-top:6px;
	color: #FFF;
  }

.heading1, h1 {
	color:#000000;
	font-size:2em;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:700;
	margin-top:0.2em;
	margin-bottom:0.5em;
}
 
.heading2, h2 {
	font-size:1.6em;
	font-weight:normal;
	margin-top:0.2em;
	margin-bottom:0.5em;
}

.heading3, h3 {
	font-size:1.4em;
	font-weight:normal;
	margin-top:0.2em;
	margin-bottom:0.5em;
 }
 
.heading4, h4 {
	font-size:1.2em;
	font-weight:normal;
	margin-bottom:0.5em;
}

.heading5, h5 {
	font-size:1em;
	font-weight:bold;
	margin-bottom:0.5em;
}

 
.Normal {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	margin:0.001pt;
	font-size:0.9em;
}

.Caption1        {color:#569FD3; font-size:1em; font-weight:bold;}
.Caption2        {color:#569FD3; font-size:1em; font-weight:normal; font-style:italic;}
.Caption3        {color:#569FD3; font-size:small; font-weight:normal;}
