@charset "UTF-8";
.buttons {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
a.buttons:hover {
	color: #666666;
}
.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.text {
	font-family: Helvetica, Arial, Verdana;
	font-size: 12px;
	color: #666666;
}
.text1 {
	font-family: Helvetica, Arial, Verdana;
	font-size: 12px;
	line-height: 22px;
	color: #333333;
	text-align: justify;
}
.link {
	font-family: Helvetica, Arial, Verdana;
	font-size: 11px;
	color: #FF0000;
	text-decoration: underline;
	line-height: 18px;
}
