@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 140%;
	font-weight: normal;
	color: #333333;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	list-style-type: circle;
	list-style-image: url(graphics/arrow2.gif);
	text-align: center;
}
.label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	font-variant: normal;
	text-transform: none;
	background-color: #E1E1AF;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 14px;
	margin-top: 6px;
	margin-bottom: 6px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #CCCCCC;
	background-color: #990000;
	text-indent: 20px;
	margin: 0px;
	padding: 4px;
	list-style-image: url(graphics/arrow1.gif);
}

.footer {
	font-size: 11px;
	margin: 0px;
	color: #000000;
	word-spacing: .1em;
	font-variant: small-caps;
	background-color: #FFFFFF;
}
.halt {
	font-size: 13px;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: capitalize;
	color: #9A0E0D;
	letter-spacing: 1px;
}

td img {display: block;}
d img {display: block;}

h1 {
	font-size: 16px;
	color: #FFFFFF;
	font-weight: normal;
	padding: 0px;
	margin-left: 8px;
}
h2 {
	font-size: 14px;
	color: #FFFFFF;
}
h3 {
	font-size: 14px;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-variant: small-caps;
	margin-left: 20px;
}
a:link {
	color: #990000;
}
a:visited {
	color: #990000;
}
a:hover {
	color: #000000;
}
a:active {
	color: #000000;
}

