/* ######### for font style ######### */
@charset "utf-8";

@font-face {
	font-family: Kh System;
	src:url(../css/KHSYSTE0.eot);
}

@font-face{
	font-family: Kh Muol;
	src:url(../css/Kh-Muol_0.ttf);
	}
.body_text_01 {
	text-align: left;
	font-size: 12px;
	font-weight: normal;
}

.body {
	font-family: Tahoma;
	font-size: 10px;
	font-style: normal;
	color: #F8DA30;
	text-align: center;
}
.body_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #00000000000000;
}
.body_text_blue {
	font-family: Tahoma;
	font-size: 16px;
	color: #0000FF;
		
}

.Head_index {
	font-size: 15px;
	color: #FFBF00;
	font-weight: bold;
}

.slogan {
	font-family: "Lucida Handwriting";
	font-size: 16px;
	font-style: normal;
	color: #0000FF;
	font-weight: normal;
	text-align: left;
}
.head_link {
	font-family: "Kh System";
	font-size: 12px;
	font-weight: bold;
	color: #808080;
	
}
.Head_index {
	font-size: 18px;
	color: #000;
	text-align: center;
	font-weight: normal;
}
.index_body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	text-transform: capitalize;
	color: #000;
	text-align: left;
}
.yellow_text {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #F8DA30;
}

.body_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	text-align: justify;
}
.body_text_01 {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	text-align: justify;
	
}
.body_text_yell {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#00C;
	text-align: justify;	
}
.body_table {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
}
.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
background: none;
}


/* ######### Default class for drop down menus ######### */
/* ######### class for link ######### */
a:link {color:#000000}    /* unvisited link */
a:visited {color:#000000} /* visited link */
a:hover {color:#f9da32}   /* mouse over link */
a:active {
	color:#000000;

}  /* selected link */
a{text-decoration:none}
.anylinkcss{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid #FC0;
border-bottom-width: 0;
font: normal 15px  "Kh System";

z-index: 100; /* zIndex should be greater than that of shadow's below */
background: #FFF;
 /* default width for menu */
}

.anylinkcss ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkcss ul li a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #FC0;
padding: 1px 0;
text-decoration: none;

text-indent: 5px;
}

.anylinkcss a:hover{ /*hover background color*/
background: none;
color: #f9da32;
}

/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkcsscols{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid #FC0;
padding: 10px;
font: normal 12px Verdana;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background: #C00;
}

.anylinkcsscols .column{
width: 130px;
float: left;
}

.anylinkcsscols .column ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkcsscols li{
padding-bottom: 3px;
}

/* ######### class for shadow DIV ######### */


.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
background: black;
visibility: hidden;
}
.small_index {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}
.kh_body {
	font-family: "Kh System";
	font-size: 16px;
}
.kh_index {
	font-family: "Kh System";
	font-size: 15px;
	
	
}
.kh_index_blue {
	font-family: "Kh System";
	font-size: 16px;
	color:#00C;
	
	
}
.kh_title {
	font-family: "Kh Muol";
	font-size: 15px;
	
}
.kh_title_blue {
	font-family: "Kh Muol";
	font-size: 15px;
	color:#00C;
	
}