
.bullets {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #32587f;
}
.footer {
	font-family: Arial;
	font-size: 10px;
	color: #000000;
}

h1 {
	font-family: Arial;
	font-size: 20px;
	font-weight: bold;
	color: #32587f;
}
h2 {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #32587f;
}
a:link {
	color: #32587f;
}
a:visited {
	color: #32587f;
}
a:hover {
	color: #32587f;
}

.body11 {
	font-family: arial;
	font-size: 11px;
}
.boldcolor {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #32587f;
}
p.message {
  background-color: rgb(200,255,200);
  font-weight: bold;
  border: 2px solid green;
  padding: 5px;
}
p.badMessage {
  background-color: rgb(255,200,200);
  font-weight: bold;
  border: 2px solid red;
  padding: 5px;
}
