BODY {
	margin: 0;
	padding: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	background-color: #ccc;
}

TABLE, TD {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}

INPUT, TEXTAREA {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}

H1 {
	display: inline;
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	color: #62351a;
	font-weight: normal;
	line-height: normal;
}

H2 {
	display: inline;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #62351a;
	line-height: normal;
}

H3 {
	display: inline;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #62351a;
	font-weight: bold;
	line-height: normal;
}

H4 {
	display: inline;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #62351a;
	line-height: normal;
}

HR {
	color: #CCC;
	background-color: #CCC;
	height: 1px;
	border: 0 solid #CCC;
	border-top-width: thin;
}

P.indent {
	margin-left: 3em;
}

#pagewrapper {
	width: 780px;
	text-align: left;
	margin: 0 auto;
	background-color: #fff;
}

.footer {
	border-top: solid 1px #bbb;
	text-align: center;
	padding: 20px 10px 10px;
	background-color: #fff;
}

.size36 {
	font-size: 36px;
}

.size30 {
	font-size: 30px;
}

.size24 {
	font-size: 24px;
}

.size18 {
	font-size: 18px;
}

.size16 {
	font-size: 16px;
}

.size14 {
	font-size: 14px;
}

.size12 {
	font-size: 12px;
}

.size11 {
	font-size: 11px;
}

.size10 {
	font-size: 10px;
}

.size9 {
	font-size: 9px;
}

.compactlist {
	padding: 0;
	margin-left: 18px;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 0;
}

.spacedlist LI {
	line-height: 14px;
	padding-bottom: 8px;
}

A:link, A:visited {
	color:#62351a;
	text-decoration: underline;
}

A:active, A:hover {
	color: #71000A;
	text-decoration: underline;
}

A.red:link, A.red:visited, A.red:active, A.red:hover {
	color: #62351a;
	font-family: Helvetica, Arial, sans-serif;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}

A.blue:link, A.blue:visited, A.blue:active, A.blue:hover {
	color: #4264B8;
	font-family: Helvetica, Arial, sans-serif;
	text-decoration: none;
}

.brown {
	color: #62351a;
}

.error {
	color: #f00;
}