.headline{
	font-family: 'DaxRegular';
	font-size: 22px;
	font-weight: normal;
	width: 620px;
	height: 30px;
	background-image: url(../img/headline.png);
	color: #FFF;
	padding: 15px;
}

h1 {
	font-family: 'DaxRegular';
	font-size: 22px;
	font-weight: normal;
}

h2 {
	font-family: 'DaxRegular';
	font-size: 22px;
	font-weight: normal;
	color: #FFF;
}

h3 {
	font-size: 16px;
	font-weight: normal;
	margin: 0;
}

h4 {
	font-size: 14px;
	font-weight: normal;
	margin: 0;
}

h5 {
	font-size: 12px;
	font-weight: normal;
	margin: 0;
}

h6 {
	color: #FFF;
	font-weight: normal;
	margin: 0;
}

.size30 {
	font-size: 30px;
}

.size28 {
	font-size: 28px;
}

.size25 {
	font-size: 25px;
}

.size22 {
	font-size: 22px;
}

.size20 {
	font-size: 20px;
}

.size18 {
	font-size: 18px;
}

.size16 {
	font-size: 16px;
}

.size14 {
	font-size: 14px;
}

.size12 {
	font-size: 12px;
}

.size10 {
	font-size: 10px;
}

.size8 {
	font-size: 8px;
}

.white {
	color: #FFF;
}

.black {
	color: #333;
}

.gray {
	color: #999;
}

.blue {
	color: #06C;
}

.brown {
	color: #900;
}

.orange {
	color: #F60;
}

.green {
	color: #0F0;
}

.red {
	color: #F00;
}

.fix_center {
	text-align: center;
}

.margin_r_15px {
	margin-right: 0px;
}
