.block {
	border: 1px dotted #595757;
	width: 190px;
	font-size: 10px;
	line-height: 16px;
	background-repeat: no-repeat;
	background-position: 10px 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 120px;
	color: #727171;
	margin-top: 30px;
	margin-bottom: 30px;
	display: block;
}
a:link.block {
	text-decoration: none;
}
a:hover.block {
	background-color: #FFFFFF;
}
.block h2 {
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B5B6B6;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
.block p {
	font-size: 10px;
	line-height: 16px;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
#section h1 {
	margin-bottom: 15px;
}
#section h2 {
	color: #666;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-top: 20px;
	font-size: 20px;
}
#section p {
	font-size: 12px;
	line-height: 22px;
	color: #333;
	padding-bottom: 15px;
}
#section p.crown {
	font-size: 15px;
	line-height: 24px;
	color: #333;
	font-weight: bold;
	padding-bottom: 15px;
}
#section p.crown span{
	font-size: 13px;
	line-height: 20px;
	color: #333;
}

#company table {
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #333;
	border-right-color: #333;
	color: #333;
	margin-bottom: 40px;
}
#company table tr th {
	text-align: left;
	font-size: 12px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #333;
	border-left-color: #333;
	padding: 10px;
	font-weight: normal;
	line-height: 18px;
}
#company table tr td {
	text-align: left;
	font-size: 12px;
	padding: 10px;
	line-height: 18px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #333;
	border-left-color: #333;
}
#company table td span {
	font-size: 10px;
}
#company table a {
	color: #1111cc;
	text-decoration: none;
}
.block-area{
	margin:0 0 40px;
	padding:0 0 20px 0;
	border-bottom:solid 1px #CCC;
}