/*CSS LINK*/
a:link { 
	color: #FF000;
	}
a:visited { 
	color: #0000FF;
	}
a:hover { 
	color: #FF0000;
	/*background-color: #333333;
	text-decoration: none;*/
	}
a:active { 
	color: #00FF00;
	}
body{
	margin-top:0cm;
	}
/*	HEADING TAGS	*/
.head1{
	font-family : TH SarabunPSK, MS Sans Serif;
	font-size :12pt;
	color : blue;
	font-weight : bold;
}

.header{
	font-family : TH SarabunPSK, MS Sans Serif;
	font-size :10pt;	
	font-weight : bold;
}

/*	FONT  TAGS	*/
.fnormal{
	font-family : TH SarabunPSK, MS Sans Serif;
	font-size : 8pt;
	color : Black;
}

.fnormal-white{
	font-family : TH SarabunPSK, MS Sans Serif;
	font-size : 12pt;
	color : white;
	font-weight : bold;
}

.fnormal-10{
	font-family : TH SarabunPSK, MS Sans Serif;
	font-size : 10pt;
	color : Black;
	font-weight : bold;
}

.return{
	font-family : TH SarabunPSK, MS Sans Serif;
	font-size : 10pt;
	color : Blue;
	font-weight : bold;
	background-color: #FFFF00;

}

.fnormal-10-w{
	font-family : TH SarabunPSK, MS Sans Serif;
	font-size : 10pt;
	color : white;
	font-weight : bold;
}

.fnormal-10-b{
	font-family : TH SarabunPSK, MS Sans Serif;
	font-size : 10pt;
	color : Blue;
	font-weight : bold;
}

.fnormal-12-r{
	font-family : TH SarabunPSK, MS Sans Serif;
	font-size : 12pt;
	color : Red;
	font-weight : bold;
}

.fnormal-12{
	font-family : TH SarabunPSK, MS Sans Serif;
	font-size : 12pt;
	color : Black;
	font-weight : bold;
}

.fnormal-12-b{
	font-family : TH SarabunPSK, MS Sans Serif;
	font-size : 12pt;
	color : Blue;
	font-weight : bold;
}

.fnormal-14{
	font-family : TH SarabunPSK, MS Sans Serif;
	font-size : 14pt;
	color : Black;
	font-weight : bold;
}

.fnormal-14-b{
	font-family : TH SarabunPSK, MS Sans Serif;
	font-size : 14pt;
	color : Blue;
	font-weight : bold;
}

.fnormal-16{
	font-family : TH SarabunPSK, MS Sans Serif;
	font-size : 16pt;
	color : Black;
	font-weight : bold;
}

/*	FOOTER TAGS	*/
.footer{
	font-family : TH SarabunPSK, MS Sans Serif;
	font-size :8pt;
	color : blue;
	font-weight : bold;
}
