@charset "utf-8";
Body {
	background-attachment: scroll;
	background-image: url(images/main_bg.gif);
	background-repeat: repeat;
	background-position: left top;
}
.input_area {
	border: 1px solid #e1e2e3;
	background-color: #f1f1f2;
}

.green_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #5cac46;
	text-decoration: none;
}

.left_right_border {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #e0d9c2;
	border-right-color: #e0d9c2;
	border-bottom-color: #e0d9c2;
	border-left-color: #e0d9c2;
}
TD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.blue_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00539b;
	text-decoration: none;
}

a {
	color: #2479CE;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
#Div_scroll {
	height: 80px;
	width: 170px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 35px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	overflow: auto;
}
.Textblue {
	font-size: 12px;
	font-weight: bold;
	color: #0686C4;
	text-decoration: none;
}
.Textred {
	font-size: 12px;
	font-weight: bold;
	color: #761113;
	text-decoration: none;
}

a.link1 {
	font-family: tahoma;
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
a.link1:hover {
	font-family: tahoma;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.input_bg {
	border: 1px solid #dbdcdc;
	background-color: #f1f1f2;
	height: 25px;
	width: 300px;
}
.input_bg_1 {
	border: 1px solid #dbdcdc;
	height: 25px;
	width: 250px;
}
.input_bg_2 {
	border: 1px solid #dbdcdc;
	width: 380px;
}
.normal_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #761113;
	text-decoration: none;
	font-weight: bold;
}
.border {
	border: 1px solid #707070;
}
.right_bottom_border {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #707070;
	border-bottom-color: #707070;
}
.bottom_border {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #707070;
}
.right_border {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #707070;
}
