body {
    font-family: Arial, Trebuchet, "Trebuchet MS";
    font-size : 10pt;
    margin : 0 0 0 0;
    color: #555555;
}

html {
	background: url('../img/bg.png') no-repeat center top;
	background-color: #F0F0F0;
	
}

table {
	background-color:#FFFFFF;
	}

.footer {
	font-family: Arial, Trebuchet, "Trebuchet MS";
	background: url('../img/footer.png') no-repeat 0 0;
	font-size: 11px;
}

.subheader {
	font-family: Arial, Trebuchet, "Trebuchet MS";
	font-size: 22px;
	font-weight: bold;
	color: #444444;
	padding-top: 30px;
	padding-left: 95px;
}
.home {
	font-family: Arial, Trebuchet, "Trebuchet MS";
	font-size: 14px;
	color: #333333;
}

.panic {
	background: url('../img/index/panic.png') no-repeat 0 0;
	font-family: Arial, Trebuchet, "Trebuchet MS";
	font-size: 14px;
	padding: 37px 30px 0 30px;
	color: #333333;
	}
.panic_header{
	
	font-size: 22px;
	}

.poke {
	background: url('../img/index/poke.png') no-repeat 0 0;
	font-family: Arial, Trebuchet, "Trebuchet MS";
	font-size: 14px;
	padding: 37px 37px 0 30px;
	color: #333333;
	}
.poke_header{
	font-size: 22px;
	}
	
.index_footer {
	background: url('../img/index/index_footer_bg.png') no-repeat 66px 38px;
}
.index_footer_header {
	padding-left: 66px;
	vertical-align: bottom;
	font-size: 15px;
	font-weight: bold;
	}
.index_footer_full {
	vertical-align: top;
	padding: 17px 0 0 80px;
	}
	
.index_footer_lite {
	vertical-align: top;
	padding: 17px 0 0 0;
	}
.index_footer_link {
	font-size: 12px;
	font-weight: bold;
	}
.index_footer_full_text {
	vertical-align: top;
	font-size: 11px;
	padding: 13px 20px 0 8px;
}
.index_footer_lite_text {
	vertical-align: top;
	font-size: 12px;
	padding: 13px 20px 0 8px;
}

.recharge_header{
	font-size: 16px;
	color: #333333;
	padding: 8px 0 0 0;
}

.recharge_radio{
	font-size: 14px;
	margin: 0 0 0 30px;
}

.recharge_submit{ margin: 0 185px 0 0 }

.recharge_spacing{
	padding: 9px 0 9px 0;
	}

.recharge_email{
	font-size: 14px;
}

input.text {
	font-family: Arial, Trebuchet, "Trebuchet MS";
	font-size:12px;
	width: 260px;
	height: 15px;
	vertical-align:middle;
}

.error_label{ color:#FF0000 }

.feedback_send {
	margin-left: 73px;
	}


input.feedback_name {
	margin: 0 0 20px 15px;
	font-family: Arial, Trebuchet, "Trebuchet MS";
	font-size:12px;
	width: 220px;
	height: 15px;
	vertical-align:top;
}

input.feedback_email {
	margin: 0 0 20px 12px;
	font-family: Arial, Trebuchet, "Trebuchet MS";
	font-size:12px;
	width: 220px;
	height: 15px;
	vertical-align:top;
}

input.feedback_subject {
	margin: 0 0 20px 1px;
	font-family: Arial, Trebuchet, "Trebuchet MS";
	font-size:12px;
	width: 360px;
	height: 15px;
	vertical-align:top;
}

textarea {
	margin: 0 0 10px 7px;
	font-family: Arial, Trebuchet, "Trebuchet MS";
	font-size:12px;
	width: 360px;
	height: 140px;
	vertical-align:top;
	white-space: nowrap;
}


div.input label {
	font-size: 14px;
	font-weight: bold;
	padding-right: 15px;
	}

a {
    text-decoration: none;
	color: #0044FF;
}

a img {
    border: none;
}

a:hover{
	text-decoration:underline;
}

.button_image {
    cursor: pointer;
}

.bold {
    font-weight: bold;
}

.copyright {
	font-family: Arial, Trebuchet, "Trebuchet MS";
	font-size: 11px;
	}
	
img {
	border-style:none;
	}

.faq_header{
	color: #333333;
	font-weight: bold;
	font-size: 14px;
	padding: 15px 20px 0 0;
}
.faq{
	color: #333333;
	font-size: 12px;
	padding: 8px 0 0 0;
	}
.privacy{
	color: #333333;
	font-size: 10px;
	padding: 8px 0 0 0;
	}