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

.bg {
	background-image: url();
	background-repeat: no-repeat;
	background-position: top left;
	color: #FFF;
}
.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:16px;
	color: #545454;
	margin-top: 10px;
	margin-bottom: 10px;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #000;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 10px;
}
.head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #ED1E79;
	margin-top: 10px;
	margin-bottom: 10px;
}
.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ed1e79;
}
.link:hover {
	color: #c1c1c1;
}