/* CSS Document */
img {
	border: none;
}
#layerContent h1 {
	font-size: 16px;
	color: #000000;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
}
#layerContent h2 {
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	padding-top: 3px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000000;
}
.areaContent {
	font-size: 12px;
	color: #000000;
	padding: 0px;
	margin: 12px 0px 0px;

}
.areaContent a {
	font-size: 12px;
	color: #999999;
	line-height: 16px;
	text-decoration: none;
	font-weight: bold;
}
.areaContent a:link {
	color: #999999;
}
.areaContent a:visited {
	color: #999999;
}
.areaContent a:focus {
	color: #999999;
}
.areaContent a:hover {
	color: #000000;
}
.areaContent a:active {
	color: #999999;
}
.imageContentLeft {
	padding: 0px;
	float: left;
	width: 180px;
	margin-top: 3px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.imageContentRight {
	padding: 0px;
	float: right;
	width: 180px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.contentBottom {
	clear: both;
	height: 24px;
}
