@charset "UTF-8";
/* CSS Document */

h1 {
  color: #00338e;
  font-size: 140%;
  font-weight: bold;
}
h2 {
  color: #00338e;
  font-size: 120%;
  font-weight: bold;
}
h3 {
  color: #00338e;
  font-size: 105%;
  font-weight: bold;
}
h4 {
  font-size: 105%;
  font-weight: normal;
}
h5 {
  font-size: 85%;
  font-weight: normal;
}
h6 {
	font-size: 93%;
	font-weight: normal;
	background-color: #D1DBEC;
	margin: 1.0em 20px 0 20px;
	padding: 10px 20px;
}

p {
	font-size: 95%;
}
td {
	font-size: 95%;
}

/* --- BEG IMAGE FORMAT -- */

.image-left {
	float: left;
	padding: 0 8px 2px 0;
}

.image-right {
	float: right;
	padding: 0 0px 2px 8px;
}