* {
    margin: 0;
}

html, body {
    height: 100%;
	background-color: #ffffff;
	background-attachment: scroll;
	background-image: url(../images/bg.gif);
	background-repeat: repeat;
	background-position: center top;
	font-family: "Century Gothic", Helvetica, Geneva, Arial, sans-serif;
	font-size: 13px;
}

.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -15em;
}

.footer, .push {
    height: 15em;
}

.footertext {
	font-family: "Century Gothic", Helvetica, Geneva, Arial, sans-serif;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
	color:#FFFFFF;
}

.footertext_link {
	font-weight:normal;
	text-decoration:underline;
	color:#FFFFFF;
}

.footertext_link:hover  {
	font-weight:normal;
	text-decoration:underline;
	color:#aecfdc;
}

.footertext_rightlight {
	font-family: "Century Gothic", Helvetica, Geneva, Arial, sans-serif;
	font-size:12px;
	line-height:26px;
	font-weight:normal;
	text-decoration:none;
	color:#aecfdc;
}

.footertext_right {
	font-family: "Century Gothic", Helvetica, Geneva, Arial, sans-serif;
	font-size:12px;
	line-height:26px;
	font-weight:normal;
	text-decoration:none;
	color:#FFFFFF;
}

.footertext_right_link {
	font-weight:normal;
	text-decoration:underline;
	color:#FFFFFF;
}

.footertext_right_link:hover  {
	font-weight:normal;
	text-decoration:underline;
	color:#aecfdc;
}

.link {
	font-weight:bold;
	text-decoration:underline;
	color:#d52466;
}

.link:hover {
	font-weight:bold;
	text-decoration:underline;
	color:#ff005f;
}

.text {
	font-family: "Century Gothic", Helvetica, Geneva, Arial, sans-serif;
	font-size:13px;
	line-height:16px;
	font-weight:normal;
	text-decoration:none;
	color:#202325;
}

.textBold {
	font-weight:bold;
	text-decoration:none;
	color:#0f1010;
}

.textItalic {
	font-weight:normal;
	text-decoration:none;
	color:#202325;
	font-style: italic;
}

.textsml {
	font-family: "Century Gothic", Helvetica, Geneva, Arial, sans-serif;
	font-size:11px;
	line-height:14px;
	font-weight:normal;
	text-decoration:none;
	color:#202325;
}

.tab_text {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:22px;
	font-weight:normal;
	text-decoration:none;
	color:#000000;
}

.tab_title {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	line-height:28px;
	font-weight:normal;
	text-decoration:none;
	color:#000000;
	text-align: center;
}

.title {
	font-family:Arial, Helvetica, sans-serif;
	font-size:26px;
	line-height:28px;
	font-weight:normal;
	text-decoration:none;
	color:#000000;
}

.titleblue {
	font-family:Arial, Helvetica, sans-serif;
	font-size:26px;
	line-height:28px;
	font-weight:normal;
	text-decoration:none;
	color:#004670;
}

.subtitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:20px;
	font-weight:bold;
	text-decoration:none;
	color:#0f1010;
}