html {overflow-y: scroll;
}

body {
	margin: 0;
	padding: 0;
	background-color: #DBE5EB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}

.menu_head {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000;
	padding-top: 7px;
}
.content_text_head {
	font-size: 24px;
	color: #204460;
}


.content_text {
	color: #445864;
	font-size: 12px;
	font-weight: normal;
}


.foot_center_text {
	text-align: center;
}
.menu_tree a:link
{
	font-weight: normal;
	text-decoration: none;
	color: #333;
	font-size: 12px;
}
.menu_tree a:visited
{
	font-weight: normal;
	text-decoration: none;
	color: #333;
	font-size: 12px;
}
.menu_tree a:hover
{
	font-weight: normal;
	text-decoration: underline;
	color: #333;
	font-size: 12px;
}
.menu_tree a:active 
{
	font-weight: normal;
	text-decoration: none;
	color: #333;
	font-size: 12px;
}.content_text_image_head {
	color: #000;
	text-align: center;
	font-size: 12px;
}
.current_text {
	font-size: 12px;
	color: #1D262A;
}
