@charset "utf-8";

#a {
	position: static;
	height: auto;
	width: 800px;
	margin-top: 27px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	border: 1px solid #999999;
}
a:active {
	text-decoration: none;
	color: #8E2427;
}
.DefaultText {
	font-family: Garamond;
	font-size: 13.5pt;
	color: #000000;
}
.SmallerText {
	font-family: Garamond;
	font-size: 11pt;
	color: #000000;
}
#b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #DDDDDD;
	height: 27px;
	width: 800px;
	margin: 0px auto;
	text-align: center;
	position: static;
}
.HeadingText {
	font-family: Garamond;
	font-size: 13.5pt;
	color: #000000;
	font-weight: bold;
}
body {
}
a:link {
	text-decoration: none;
	color: #8E2427;
}
a:visited {
	text-decoration: none;
	color: #8E2427;
}
a:hover {
	color: #006600;
}
p {
	margin-top: 0px;
}
.tnr {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
.tnri {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	color: #000000;
	font-weight: normal;
	font-style: italic;
}
.gar {
	font-family: Garamond;
	font-size: 14pt;
	font-weight: normal;
	text-decoration: none;
}
.gari {
	font-family: Garamond;
	font-size: 14pt;
	font-weight: normal;
	text-decoration: none;
	font-style: italic;
}
.boxed {
    border: 1px solid #999999;
	padding: 7px;
	margin-top: 10px;
	width: 375px;
}