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

* {
}

html, body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	margin: 0 auto -85;
}
.push {
	height: 85px;
}
.footer {
	height: 85px;
	background-color: #FFFFFF;
}

.title {
	font-weight: normal;
	font-size: 16px;
	line-height: 18px;
	font-family: Futura;
	color: #33CCFF;
	letter-spacing: 1px;
	text-transform: uppercase;
}


.titleblk {
	font-weight: normal;
	font-size: 16px;
	line-height: 18px;
	font-family: Futura;
	color: #000000;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.sub_title {
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	font-family: Futura;
	color: #666666;
	letter-spacing: 1px;
}

.sub_title_blk {
	font-weight: bold;
	font-size: 12px;
	line-height: 14px;
	font-family: Futura;
	color: #000000;
	letter-spacing: 1px;
}

.maintext_copyright {
	font-weight: strong;
	font-size: 9px;
	line-height: 18px;
	font-family: Futura;
	color: #33CCFF;
	letter-spacing: 1px;
}

.maintext {
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	font-family: Futura;
	color: #000000;
	/*letter-spacing: 1px;*/
}
.maintext_wht {
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	font-family: Futura;
	color: #CCCCCC;	/*letter-spacing: 1px;*/
}

.maintext_BLUE {
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	font-family: Futura;
	color: #33CCFF;
	/*letter-spacing: 1px;*/
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	color: #999999;
}

a:link {
	color: #33CCFF;
	text-decoration: none;
	border:none;
}
a:visited {
	color: #3399FF;
	text-decoration: none;
	border:none;
}
a:hover {
	color: #3399FF;
	text-decoration: underline;
	border:none;
}
a:active {
	color: #3399FF;
	text-decoration: none;
	border:none;
}
