/* main text */
.maintext {
	font-family: Tahoma;
	font-size: 12px;
	color: #ffffff;
	letter-spacing: 0px;
	line-height: 18px;
}
.maintext_bold {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #EFE923;
	letter-spacing: 0px;
	line-height: 18px;
}

/* headers */
.title {
	font-family: Century Gothic;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	line-height: 18px
}
.title_big {
	font-family: Century Gothic;
	font-size: 28px;
	color: #EFE923;
	letter-spacing: 0px;
	line-height: 26px
}


/* footers */
.footertext {
	font-family: Tahoma;
	font-size: 11px;
	color: #CCCCCC;
	word-spacing: 0px;
	letter-spacing: 0px;
	line-height: 16px
}

/* links */
.maintext a:link {
	color: #EFE923;
	text-decoration: none;
}
.maintext a:visited {
	color: #EFE923;
	text-decoration: none;
}
.maintext a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.maintext a:active {
	color: #EFE923;
	text-decoration: none;
}