@charset "utf-8";
/* CSS Document */

.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #F3BBA0;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
}
.text1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}
.text2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
}
.text3 {
	font-size: 14px;
	font-weight: bold;
	color: #F3BBA0;
}


.border_blue {
	border: 1px solid #435E65;
}
a {
	color: #F60;
	font-weight: bold;
}
a:hover {
	color: #FFF;
	background-color: #435E65;
}
