body {
  color: #2f1f05;
	font-family: "Times New Roman", Arial, serif;
	font-size: 15px;
}

h2 {
	font-size: 26px;
	margin-bottom: 15px;
}
h2.small {
  font-size: 22px;
}

h3 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 1.7em;
}

h4 {
	font-weight: bold;
	margin-bottom: 0.4em;
}

small {
	font-size: 80%;
}

strong {
	font-weight: bold;
}

p, ul, ol, img {
	margin-bottom: 1em;
}

a {
	color: #9a3d16;
}

#content ul, ol {
  list-style: disc;
  list-style-position: inside;
  margin-left: 15px;
}

#content li {
	padding-bottom: 0.3em;
}

hr.spacer {
  clear: both;
	border: none;
  border-top: 2px dotted #ddd;
	margin: 1em 0 3em 0;
}

address {
	font-style: normal;
}


.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.float-right {
	float: right;
}

.float-left {
	float: left;
}

.clear {
	clear: both;
}

.hidden {
	display: none;
}

/* @group Table */

table {
	margin-bottom: 1em;
}

table th,
table td {
/*  border: 1px solid grey;*/
	padding: 8px 0;
}

table th {
	padding-right: 8px;
}

table td {
	padding-left: 8px;
}

table tr.spacer td,
table tr.spacer th {
	padding-top: 30px;
}

/* @end */