.medium {
  font-size: 9pt;
}


H1 {
  font-size: 20pt;
  margin-top: 0px;
  color:#001044;
  text-align: center;
  margin: 0px 0px 10px 0px;
  font-weight: normal;
}

H2 {
  font-size: 16pt;
  font-weight: normal;
  margin: 0px 0px 5px 0px;
  color:#001044;
}

H3 {
  color:#1D368A;
  font-weight: bold;
  font-size: 11pt;
  text-align: center;
  margin: 0px 0px 5px 0px;
}

.date {
  color: gray;
  font-size: 8pt;
  font-weight: bold;
}
A.doc {
	padding-left: 18px;
	background: url(/images/doc.gif) no-repeat left top;
}

A.zip {
	padding-left: 18px;
	background: url(/images/zip.gif) no-repeat left center;
}

A.pdf {
	padding-left: 18px;
	background: url(/images/pdf.gif) no-repeat left center;
}
A.link2 {
  color:#005a7b;
  font-size: 16pt;
}
