body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	background-color: #e8e8dd;
	font-family: "Inter", Arial, Helvetica, sans-serif;
	height: 100%;
	/*scrollbar-face-color: #e8e8dd;
	scrollbar-highlight-color: #e8e8dd;
	scrollbar-darkshadow-color: #e8e8dd;
	scrollbar-track-color: #e8e8dd;
	scrollbar-3dlight-color: #000000;
	scrollbar-shadow-color: #000000;
	scrollbar-arrow-color: #000000;*/
}

p {
	margin: 0px;
	padding: 0px;
	padding-bottom: 7px;
}

form {
	margin: 0px;
	padding: 0px;
}

.cms_page_text {
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}

.cms_page_text a {
	color: #f6a51c;
	text-decoration: none;
}

.cms_page_text a:hover {
	color: #f6a51c;
	text-decoration: underline;
}

.cms_page_title {
	font-size: 16px;
	color: #afeb41;
	text-decoration: none;
	text-align: justify;
}

.cms_page_title a {
	color: #afeb41;
	text-decoration: underline;
}

.cms_page_title a:hover {
	color: #afeb41;
	text-decoration: none;
}

.container {
	min-height: 100%;
	//height: 100%;
	position: relative;
}

.version {
	font-size: 9px;
	color: #ffffff;
	padding-left: 156px;
}

.header_txt {
	font-size: 12px;
	color: #bfc1c2;
}

.header_txt a {
	color: #fbd10e;
	text-decoration: none;
}

.header_txt a:hover {
	text-decoration: underline;
}

.search_bg {
	background-image: url(../images/search_bg.png);
	background-repeat: no-repeat;
	width: 248px;
	height: 21px;
}

.search_keyword {
	font-family: "Inter", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5c6467;
	background-color: transparent;
	border: none;
	width: 224px;
}

.box_title {
	background-color: #3a4043;
	font-size: 13px;
	color: #ffffff;
}

input,
textarea,
select {
	border: 1px solid #1F1F1F;
	font-family: "Inter", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #ffffff;
}

.submit {
	border: 1px solid #1F1F1F;
	font-family: "Inter", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #fbd10e;
}

.checkbox {
	border: none;
	background-color: transparent;
}

.btn_right {
	border: 1px solid #9f9593;
	background-color: #f6f6f6;
	padding: 2px;
	width: 70px;
	margin-bottom: 7px;
	text-align: center;
	cursor: pointer;
}

tr.tr_style_1 {
	background-color: #ffffff;
}

tr.tr_style_2 {
	background-color: #f3f3f3;
}

tr.tr_style_3 {
	background-color: #e7e7e7;
	color: #000000;
}

tr.tr_style_4 {
	background-color: #a1b1b3;
	color: #ffffff;
	font-weight: bold;
	vertical-align: bottom;
}

.paging {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.paging li {
	float: left;
	margin-left: 2px;
	margin-right: 2px;
}

.paging li a {
	color: #000000;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	padding: 3px 7px;
	height: 18px;
	border: 1px solid #9f9593;
	background-color: #f6f6f6;
}

.paging li a:hover {
	color: #000000;
	background-color: #a1b1b3;
	border: 1px solid #333333;
	text-decoration: none;
}

.footer {
	background-color: #434a4d;
	width: 100%;
	height: 40px;
	bottom: 0;
	position: absolute;
	width: 100%;
	z-index: 100;

}