h1 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14pt;
}
h2 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #006699;
	font-style: normal;
	border-bottom-style: double;
	text-indent: 5px;
}
h3 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: bold;
}
hr {
	color: #006699;
}
a:hover {
	text-decoration: underline;
}
a:link {
	text-decoration: none;
}
.button {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #000000;
	font-weight: bold;
}
.fineprint {
	font-size: 10pt;
}
.promotext {color: #990000}

.strikethrough {
	text-decoration: line-through;
}
.indent {
	padding-left: 22px;
}
.boxed {
	height: auto;
	width: 300px;
	border: thin solid #0B435E;
	padding: 5px;
	text-align: center;
	background-color: #DBE6EE;
}
