@charset "iso-8859-1";
/* CSS Document */
<style type="text/css">
a {
	color: #FF7700;
	text-decoration: none;
}
a:link {
	color: #FF7700;
	text-decoration: none;
}
a:visited {
	color: #FF7700;
	text-decoration: none;
}
a:hover {
	color: #FF7700;
	text-decoration: underline;
}
a:active {
	color: #FF7700;
	text-decoration: none;
}
body {
	background:url(../images/body-bg.png) repeat-x #f9a03c;
	margin: 0px;
	padding: 18px 0 18px 0;	
}
.txtSmall{
	font-size:6px;
	font:"Microsoft Sans Serif", "MS Serif";
}
.txthalf{
	font-size:10px;
	font-family:"Microsoft Sans Serif";
}
.txtTitleThai{
	font-family:"MS Sans Serif";
	font-size:18px;
	color:#636363;
	font-weight:bold
}
.txtPink
{
 font-family:"Tahoma";
 color: "#FE76C6";
 font-size: 12px;
}
.txtMenu{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	font-weight:bold;
	color:#FEF1F7;
}
.txtfooter{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	font-weight:bold;
	color:#BAD592;
}
.txttopic{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:15px;
}
.txtcontent{
	font-family: Tahoma;
	font-size: 12px;
}
.txtTitleEng{
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	/*color:#636363;*/
	color:#000000;
	font-weight:bolder;
}
.txtleft{
	font-family:"Microsoft Sans Serif";
	font-size:13px;
}/* Styles for the entire LavaLamp menu */.lavaLamp {    position: relative;    height: 29px; width: 980px;    background: url("../images/bg980.png") no-repeat top;    padding: 13px; margin: 0px 0;    overflow: hidden;}    /* Force the list to flow horizontally */    .lavaLamp li {        float: left;        list-style: none;    }        /* Represents the background of the highlighted menu-item. */        .lavaLamp li.back {            background: url("../js/lava.gif") no-repeat right -30px;            width: 9px; height: 30px;            z-index: 8;            position: absolute;        }            .lavaLamp li.back .left {                background: url("../js/lava.gif") no-repeat top left;                height: 30px;                margin-right: 9px;            }        /* Styles for each menu-item. */        .lavaLamp li a {            position: relative; overflow: hidden;            text-decoration: none;            text-transform: uppercase;            font: bold 14px arial;            color: #fff; outline: none;            text-align: center;            height: 30px; top: 7px;            z-index: 10; letter-spacing: 0;            float: left; display: block;            margin: auto 15px;        }		
 
</style>