/* Created 2006/2/27 by Johnna Malici */

body {
  background-color: #FFFFD2;
  font-family: Verdana, Arial, Tahoma;
  font-size: 10pt;
  color: #32347E;
}

span {
	color: #32347E;
	font-weight: normal;
	font-size: 10pt;
	font-family: Verdana;
}

P {
	color: #32347E;
	font-weight: normal;
	font-size: 10pt;
	font-family: Verdana;
}

A:link {
	color: #6666FF;
	text-decoration: underline;
}

A:visited {
	color: #6666FF;
	text-decoration: underline;
}

A:active {
	color: #32347E;
	text-decoration: underline;
}

h1 {
  color: #32347E;
  font-weight: bolder;
  font-size: 14pt;
}

h2 {
  color: #32347E;
  font-weight: bolder;
  font-size: 12pt;
}

h2.centered {
  color: #32347E;
  font-weight: normal;
  font-size: 12pt;
  text-align: center;
}

h2.left {
  color: #32347E;
  font-weight: normal;
  font-size: 12pt;
  text-align: left;
}

h3 {
  color: #32347E;
  font-weight: bolder;
  font-size: 10pt;
}

h4 {
  color: #32347E;
  font-weight: normal;
  font-size: 10pt;
  font-family: Verdana;
}

ul.cleared {
  list-style-type: none;
  margin-left: 0px;
  padding-left: 0px
}

img.center {
    display: block;
    text-align: center;
	margin: auto;
}
