/*กำหนด background margin and scroll*/
.body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:  url(../images/bg_body.jpg);
}
/*scrollbar-face-color: #CADAFB;
scrollbar-shadow-color: #0000FF;
scrollbar-highlight-color: #0000FF;
scrollbar-3dlight-color: #CADAFB;
scrollbar-darkshadow-color: #CADAFB;
scrollbar-track-color: #1A3771;
scrollbar-arrow-color: #0000FF;*/


/*เนื้อหา ตัวอักษรสีดำ ย่อ-ขยาย ตาม Browser*/
.FontBase {  font-family: "MS Sans Serif"; font-size: 14px; color: #000000;
}
/*หัวเรื่อง ตัวอักษรสีดำ หนา  ย่อ-ขยาย ตาม Browser*/
.FontTitle {  font-family: "MS Sans Serif"; font-size: 14px; color: #000000;  font-style: normal; font-weight: bold;
}
/*ท้ายกระดาษ ตัวอักษรสีเทา กำหนดขนาดแน่นอน*/
.FontFooter {  font-family: "MS Sans Serif"; font-size: 8px; color: #5A559D; 
}

.FontTable {  font-family: "MS Sans Serif"; font-size: 14px; font-style: normal; 
}

.OverLine {	font-family: "ms sans Serif";	text-decoration: overline;
}

a:link { color: #0000FF; text-decoration: none}
a:visited { color: #0000FF; text-decoration: none}
a:hover { color: #0000FF; text-decoration: none; background-color:#99CCFF }


.hand {
	cursor: hand;
}
