@charset "UTF-8";
/* CSS Document */
h1, h2, h3 {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	color: #000;
	font-weight: normal;
	text-transform: uppercase;
}
h2 {
	font-size: 16px;
	text-transform: none;
}
h3 {
	font-size: 14px;
	text-transform: none;
}
.indent {
	margin-left: 40px;
}
.alert {
	color: #cd1729;
	font-weight: bold;
}
hr {
	border: 0;
	width: 100%;
	color: #fff;
	background-color: #fff;
	height: 1px;
}
td.tdsmall {
	font-size: 10px;
	border-bottom: 1px solid #fff;
	padding: 0 0 10px 0;
	vertical-align: top;
}
td.tdsmall p {
	font-size: 10px;
	margin-top: 0;
}