/*
We don't want to reproduce every style that we use in the site. We just want to give the
user some options without ceding control.
*/
.red_text { color: red; }

h1 {
  margin: 0px;
  padding: 5px 0px;
  font: bold 18px/18px Verdana,Arial,sans-serif;
	color: #0B2D7E;
}
h2 {
  font: bold 14px/14px Verdana,Arial,sans-serif;
	color: #000000;
  margin: 0px;
  padding: 5px 0px;
}

a {
	text-decoration: none;
	color: #3333FF;
}

a:hover {
	text-decoration: none;
	color: #3399FF;
}

strong {
	font-weight: bold;
}

hr {
	background-color: #F0F0F6;
	border: 1px solid #9698AB;
	color: #F0F0F6;
	height: 5px;
}

p,li {
  margin: 0px;
  padding: 3px 0px;
	list-style-type: disc;
}