/* CSS Document */

a:link {
	outline: 0;
	color: #F90;
	text-decoration: none;
}
a:hover {
	outline: 0;
	color: #F30;
	text-decoration: none;
}
a:visited {
	outline: 0;
	color: #F90;
	text-decoration: none;
}
a:active {
	outline: 0;
	text-decoration: none;
	color: #FFF;
}
.text_body {
	color: #6C654D;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 12px;
}
.text_body_sub {
	color: #6C654D;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 13px;
}
.text_small_sub {
	color: #80B1F4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
}
.text_body_warning {
	color: #FF3535;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 13px;
	font-weight: bold;
	text-decoration: blink;
}

.text_body_sent {
	color: #55AC2B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 13px;
	font-weight: bold;
}
.text_warning {
	color: #FF3535;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 12px;
	font-weight: bold;
}
body {
	text-align: left;
	background-color: #EEECE6;
	margin: 10px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #3079FE;
	line-height: 11px;
	font-weight: normal;
}
.text_small_sub {
	color: #9F9679;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 12px;
}
.form_style {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 11px;
	color: #58523F;
	height: auto;
	background-color: #FFFFFF;
	margin-top: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 2px;
	margin-bottom: 5px;
	width: 100%;
}
.but_style {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	color: #FFFFFF;
	background-color: #C5BFAD;
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 1px;
	padding-left: 4px;
	margin-top: 4px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

