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

.clear {
	clear: both;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

#header img {
	margin: 22px 0 0 22px;
	border: 0;
}

.content_text {
	margin: 40px 30px 20px 50px;
	font-weight: bold;
	color: #666666;
}

.content_text p, h1, h2, h3, li {
	margin: 0 0 0.5em 0;
	padding: 0;
}
.content_text p, .content_text li {
	font-size: 85%;
	line-height: 140%;
}
.content_text li {
	margin-bottom: 0.25em;
}
.content_text p strong {
	color: #370c56;
	font-size: 150%;
	line-height: 1.1em;
}
.content_text h1 {
	clear: both;
	font-size: 130%;
	color: #370c56;
}
.content_text h2 {
	clear: both;
	font-size: 110%;
	color: #370c56;
}
.content_text A {
	color: black;
}

.content_text .back {
	float: right;
}

.content_text .scrollable {
	height: 250px;
	overflow: auto;
	margin-bottom: 10px;
	padding-right: 5px;
}


