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

body{
margin-bottom:0px;
margin-left:0px;
margin-right:0px;
margin-top:0px;
}

.menu_td {
	background-color: #000000;
	height: 40px;
}
.menu_text {
	font-family: "Arial Narrow";
	font-size: 16px;
	color: #000000;
	text-decoration:none;
}
.menu_text_active {
	font-family: "Arial Narrow";
	font-size: 16px;
	color: #ffffff;
	text-decoration:none;
}.menu_text_active:hover {
	font-family: "Arial Narrow";
	font-size: 16px;
	color: #000000;
	text-decoration:none;
}
.menu_bg {
	background-color: #000000;
	height: 40px;
	cursor:pointer;
}.menu_bg:hover {
	background-color: #ffffff;
	height: 40px;
	cursor:pointer;
}
.menu_bg_active {
	background-color: #ffffff;
	height: 40px;
	cursor:pointer;
}
.td_box {
	border: 1px solid #D2D2D2;
}
.box_heading {
	font-family: "Arial Narrow";
	font-size: 15px;
	color: #4677a6;
	text-align: center;
	text-decoration:underline;
	font-weight:bold;
}
.body_text_heading {
	font-family: "Arial Narrow";
	font-size: 19px;
	color: #2274bf;
	text-align: justify;
	font-weight: bold;
}
.body_text {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	text-align: justify;
}
.box_body_text {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	text-align: justify;
	padding-right: 8px;
	padding-left: 8px;
}
.view_more {
	font-family: Arial;
	font-size: 11px;
	color: #666666;
	font-weight: bold;
}
.left_menu {
	font-family: "Arial Narrow";
	font-size: 16px;
	color: #2274bf;
	text-align:left;
	padding-left:5px;
	text-decoration:none;
}
.copyright_text {
	font-family: Arial;
	font-size: 11px;
	color: #666666;
}
.footer_text {
	font-family: Arial;
	font-size: 11px;
	color: #666666;
	text-align: right;
	text-decoration:none;
	padding-right: 5px;
}
.form_field {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	border: 1px solid #999999;
	background-color: #FFFFFF;
	height: 18px;
	width: 150px;
}
.form_area {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	border: 1px solid #999999;
	background-color: #FFFFFF;
	height: 80px;
	width: 300px;
}
.form_button {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	text-align: center;
	border: 1px solid #999999;
	background-color: #FFFFFF;
}
