/* CSS Document */

/* textblock */
#textblock p, dd, dt, pre, blockquote {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	line-height: 1.5em;
	padding-top: 0px;
	padding-bottom: 15px;
}

#textblock ul {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	line-height: 1.5em;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
	list-style-position: outside;
}

#textblock ol {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	line-height: 1.5em;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	list-style-position: outside;
}

#textblock h1 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 5px;
	border-bottom-style: none;
	font-weight: bold;
	letter-spacing: 0.05em;
	color: #7F3802;
}

#textblock h2 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 5px;
	border-bottom-style: none;
	font-weight: bold;
	letter-spacing: 0.03em;
	color: #8D4604;
}

#textblock h3 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 5px;
	border-bottom-style: none;
	font-weight: bold;
	color: #4D5957;
}

/* right column */
#rightcol p, dd, dt, pre, blockquote {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	line-height: 1.5em;
	padding-top: 0px;
	padding-bottom: 20px;
}

#rightcol ul {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	line-height: 1.5em;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	list-style-position: outside;
}

#rightcol ol {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	line-height: 1.5em;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}

#rightcol h1 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-bottom-style: none;
	font-weight: bold;
	letter-spacing: 0.05em;
	color: #7F3802;
}

#rightcol h2 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 5px;
	border-bottom-style: none;
	font-weight: bold;
	letter-spacing: 0.03em;
	color: #8D4604;
}

#rightcol h3 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 5px;
	border-bottom-style: none;
	font-weight: bold;
	color: #925957;
}

