/*รูปแบบข้อความทั่วไป*/
	body,td,tr,th {
		font-size: 14px;
		font-family: Ms Sans Serif,Aungsana upc,Verdana, Geneva, Arial, Helvetica, sans-serif;
		color:"#2a3702";
		}

/*รูปแบบหัวเมนู*/
	.Headmenu{
	/*text-align : center;*/
	font-family: Ms Sans Serif,Aungsana upc,Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: "#FFFFFF";
	font-weight:bold ;
		background : #006699;
		filter : Alpha(Opacity =35, FinishOpacity=500, style =2, StartX=0, StartY=0, FinishX=1000, FinishY=150);
	}
	.Listmenu{
	/*text-align : center;*/
	font-family: Ms Sans Serif,Aungsana upc,Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background : #FFFFFF;
	/*filter : Alpha(Opacity =1, FinishOpacity=3000, style =2, StartX=400, StartY=0, FinishX=50, FinishY=0);*/
	
	}
/*รูปแบบหัวตาราง*/
.HeadTR{
	color: "#00000";
	font-weight:bold ;
	background : #7766aa;
	text-align : left;
	height : 20px;
}
.HeadTRD{
	color: "#00000";
	font-weight:bold ;
	background : #E0E0E0;
	text-align : center;
	height : 20px;
}
.HeadTD{
	color: "#000000";
}
.HeightLigth1{
	background : #F7F7F7;
}
.HeightLigthNews{
	background :#ECF5FF;
}
.HeightLigth2{

	background : #ECF5FF;
}
font.ul
{
 font-family: Ms Sans Serif;
 font-size: 14px;
 font-weight: bold;
 color: #800000;
 text-decoration: none;
}
font.li
{
 font-family: Ms Sans Serif;
 font-size: 14px;
 font-weight: normal;
 color: darkblue;
 text-decoration: none;
}

a.ul:link {
 font-family: Ms Sans Serif;
 font-size: 14px;
 font-weight: bold;
 color: #800000;
 text-decoration: none;
}
a.ul:visited {
 font-family: Ms Sans Serif;
 font-size: 14px;
 font-weight: bold;
 color: #800000;
 text-decoration: none;
}
a.ul:hover {
 font-family: Ms Sans Serif;
 font-size: 14px;
 font-weight: bold;
 color: red;
 text-decoration: none;
}
a.ul:active {
 font-family: Ms Sans Serif;
 font-size: 14px;
 font-weight: bold;
 color: red;
 text-decoration: none;
}


a.li:link {
 font-family: Ms Sans Serif;
 font-size: 14px;
 font-weight: normal;
 color: darkblue;
 text-decoration: underline;
}
a.li:visited {
 font-family: Ms Sans Serif;
 font-size: 14px;
 font-weight: normal;
 color: darkblue;
 text-decoration: underline;
}
a.li:hover {
 font-family: Ms Sans Serif;
 font-size: 14px;
 font-weight: normal;
 color: darkblue;
 text-decoration: none;
}
a.li:active {
 font-family: Ms Sans Serif;
 font-size: 14px;
 font-weight: normal;
 color: darkblue;
 text-decoration: underline;
}
/*รูปแบบตารางไม่มีเส้นขอบ*/
.CNBT{
	border :0 px;
	border-collapse : collapse;
}
.CNBT tr{
	border :0 px;
	border-collapse : collapse;
}
.CNBT td{
	border :0 px;
	border-collapse : collapse;
}


input {		/*กำหนดสไตล์ชีทให้กับแท็ก input*/
	color : #1f4503;
	border : 1px solid #787878 ;
	background-color : #fdfefd;
}
.inputCR {		/*กำหนดสไตล์ชีทให้กับแท็ก input*/
	color : #1f4503;
	border : 0px solid #92ad43 ;
	background-color : #fdfefd;
}
.inputCS {		/*กำหนดสไตล์ชีทให้กับแท็ก input*/
	color : #1f4503;
	border : 1px solid #000 ;
	background-color : #fdfefd;
	font-size: 12 px;
}
.inputED {		/*กำหนดสไตล์ชีทให้กับแท็ก input*/
	color : #1f4503;
	border : 1px solid #555357 ;
	background-color : #fdfefd;
}
select {		/*กำหนดสไตล์ชีทให้กับแท็ก select*/
	color : #1f4503;
	background-color : #fdfefd;
	border : 1px solid #92ad43 ;
	font-size: 14px;
	font-family: Ms Sans Serif,Aungsana upc,Verdana, Geneva, Arial, Helvetica, sans-serif;

}
textarea {		/*กำหนดสไตล์ชีทให้กับแท็ก textarea*/
	color : #1f4503;
	background-color : #fdfefd;
	border : 1px solid #787878 ;
	overflow : auto;
}
