﻿@charset "utf-8";
body {
	
	overflow-x:hidden;
}

.bg_body {
	background-color:#ffffff;
	
	
}

.menu {
	background-image: url(../images/menu_bg.jpg);
	background-position: center bottom;
	height: 45px;
	background-repeat: no-repeat;
	background-size:cover;
}

.announcement {
	
	height: 20px;
	background-color:#245e22;
	
}.box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000;
	/*background-color: #d7d9c3;*/
}
.matter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 18px;
	color: #000;
}


.matter2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 21px;
	color: #000;
	text-align:justify;
}


.matter1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 18px;
	color: #fff;
}



.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	-o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;
}
.img_bottom {
	
	
	height: 338px;
	width: 457px;
}


.link:hover{
	
	color: #b1e448;
	
}


.footer{
	height:auto;
	color:#fff;
	font-size: 12px;
	
	
	
}
.f_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	text-decoration:none;
}
.f_hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration:none;
}


.fixwidth {
	width: 100%;
}

.top {
	height: 20px;
	width: 90%;
	position:absolute;
	top: 0px;
	
	
}

.top {
	height: 20px;
	width: 100%;
	position:absolute;
	top: 0px;
	
	margin-left:15px;
	
}
.bg_top {
	background-image: url(../images/system/body_bg.gif);
	/*background-repeat: no-repeat;
	background-position: left top;
	background-size:cover;*/
}
.footer_text_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #245E22;
}

.button {
	background-color: #145287;
	padding: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	border-radius:4px;
	margin-top: 8px;
	margin-right: 5px;
	margin-bottom: 8px;
	margin-left: 5px;
}

.button:hover {
	
	color: #ffffff;
	background-color: #2f571e;
	
}

.loginbtn {
	background-color: #6db236;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	border-radius:4px;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
	margin: 8px;
	padding-top: 15px;
	padding-right: 60px;
	padding-bottom: 15px;
	padding-left:60px;
	text-align:center;

	
	
	
}

.loginbtn:hover {
	
	color: #aefa72;
	background-color: #2f571e;
	
}


.MoreButton {
	background-color: #aaaaaa;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	border-radius:4px;
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 2px;
	margin-left: 5px;
}

.MoreButton:hover {
	
	color: #ffffff;
	background-color: #2f571e;
	
}