 body {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 10px;
    background: #FAF9F7;
    background-color:#426E90;
    margin: 0px;
    padding: 0px;
    color: #000000;
}
p {
	font-size: 12px;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
}

h1 {
	font-size: 22px;
	color: #b20838;
	line-height: 25px;
	font-weight: bold;
	padding: 0;
	margin: 0 0 5px 0;
}

h1.blue {
	font-size: 22px;
	color: #476D8F;
	line-height: 25px;
	font-weight: normal;
  padding: 0;
  margin: 0 0 5px 0;
}

.subhead{
	color: #b20838;
	font-size: 13px;
	font-style:italic;
}

h2 {
  color: #b20838;
	font-size: 15px;
	font-weight: lighter;
	padding: 0px 0px 0px 0px;
	border: 0px solid;
	line-height: 18px;
}

h2.blue {
  color: #476D8F;
	font-size: 15px;
	font-weight: lighter;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	border: 0px solid;
	line-height: 18px;
}

h3 {
	font-size: 15px;
	color: #b20838;
	display: block;
	margin: 0px;
	padding: 0px;
	font-weight: lighter;
  line-height: 18px;
}

h4 {
	font-size: 10px;
	color: #515151;
	font-weight: bold;
	display: inline;
	margin: 0px;
	padding:0px;
}


