@charset "UTF-8";
/* CSS Document */


#con {
	padding-bottom: 20px;
	padding-right: 20px;
	padding-left: 20px;
}
#con h3 {
	font-size: 18px;
	line-height: 1.8em;
	font-weight: bold;
	padding-bottom: 20px;
}
#con h4 {
	font-size: 14px;
	line-height: 1.8em;
	font-weight: bold;
	padding-bottom: 20px;
}
#con p {
	line-height: 1.8em;
	margin: 0px;
	padding: 0px;
}
#con ol {
	margin-bottom: 20px;
	padding-left: 10px;
}
#con li {
	line-height: 1.8em;
	list-style-position: outside;
	margin-left: 10px;
}
#con table {
	line-height: 1.8em;
	list-style-position: outside;
	width: 90%;
	margin-top: 30px;
	margin-bottom: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #7C6F65;
}
#con td {
	line-height: 1.8em;
	list-style-position: outside;
	width: 60%;
	margin: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #7C6F65;
	border-bottom-color: #7C6F65;
	padding: 15px;
}
#con th {
	line-height: 1.8em;
	list-style-position: outside;
	width: 40%;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #7C6F65;
	border-bottom-color: #7C6F65;
	border-left-color: #7C6F65;
	padding: 15px;
}
