#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: 16px;
}
#section p {
	font-size: 12px;
	line-height: 22px;
	color: #333;
	padding-bottom: 15px;
}
#section  {
	width: 100%;
}
#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;
}