/* CSS Document */
.newsletter {
	background-color: #FAFAFA;
	margin: 0px;
	padding: 0px;
}

.newsletter .headline {
	font-size: 14px;
	font-weight: bold;
	color: #004F80;
	padding: 10px;
}

.newsletter .text {
	font-size: 11px;
	font-weight: normal;
	color: #838484;
	padding: 0px 0px 0px 10px;
}

.newsletter .email_box {
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	border: 1px solid #388CC1;
	margin: 5px 0px 10px 10px;
	width: 145px;
	height: 17px;
}

.news {
	background-color: #FAFAFA;
	margin: 0px;
	padding: 0px;
}

.news .headline {
	font-size: 11px;
	font-weight: bold;
	color: #004F80;
	padding: 13px;
}

.news .title {
	font-size: 10px;
	font-weight: bold;
	color: #F26522;
}

.news .desc {
	font-size: 10px;
	font-weight: normal;
	color: #3E3E3E;
}

.content1 .headline {
	font-size: 36px;
	color: #3d5398;
	line-height: 36px;
	margin: 10px;
	padding: 0px 10px 10px 0px;
	border-bottom: 1px solid #dbe1f7;
	text-align: right;
}

.content1 .text {
	padding: 0px 20px 20px 20px;
	font-size: 13px;
	color: #464646;
}

.content2 .headline {
	background: url(img/bullet_orange.gif) no-repeat left center #FAFAFA;
	height: 32px;
	width: 100%-32px;
	font-weight: bold;
	font-size: 16px;
	color: #2373A6;
	padding: 0px 0px 0px 32px;
	line-height: 32px;
}

.content2 .text {
	padding: 7px;
}

.detail, .detail:hover {
	font-size: 10px;
	font-weight: bold;
	color: #0D004C;
	margin: 5px 0px 0px 0px;
}
