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

.menu_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #eeeeee;
	text-decoration: none;
}
.left_padding {
	padding-left: 20px;
}
.logo_left_padding {
	padding-left: 35px;
	padding-right: 35px;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #898888;
	text-decoration: none;
	line-height: 1.4em;
}

.text_thanks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #959595;
	text-decoration: none;
	line-height: 1.4em;
}
.text_others {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #898888;
	text-decoration: none;
	line-height: 1.4em;
}

.text_form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #898888;
	text-decoration: none;
	line-height: 1.4em;
	background-color: #171717;
	border: 1px solid #433D40;
}
.text_head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #A0A0A0;
	text-decoration: none;
	line-height: 1.4em;
}
.email_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #898888;
	text-decoration: none;
	line-height: 1.4em;
}
.email_text:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #595959;
	text-decoration: underline;
	line-height: 1.4em;
}
.service_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #bababa;
	text-decoration: none;
}
.welcome_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #bababa;
	text-decoration: none;
}
.footer_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #949494;
	text-decoration: none;
}
.version_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #949494;
	text-decoration: none;
}
.noborder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.no_repeat {
	background-repeat: repeat-x;
}

