
/* ########################################################	Properties Cursor Default */
.cursor-default		{cursor:default;}
.cursor-hand		{cursor:pointer;}
/* ########################################################	Body Tag */
body		{
			margin-top:0;
			margin-left:0;
			margin-right:0;
			margin-bottom:0;
			font-family:MS Sans Serif;
			font-size:12px; 
			color:#444444;
		}		
td		{
			font-family:MS Sans Serif; 
			font-size:12px; 
			color:#444444;
		}
/* ########################################################	Text  */
a		{
			text-decoration:none;
			cursor:hand;
		}
.t-n-w		{	/* สีขาว 1 */
			color:#FFFFFF;
		}
		a.t-n-w		{	/* สีขาว 1 */
					color:#FFFFFF;
				}
				a.t-n-w:hover	{	/* สีขาว 1 */
							color:#FFFFFF;
							text-decoration:underline;
						}
.t-n-bl		{	/* สีดำ 1 */
			color:#222222;
		}
		a.t-n-bl		{	/* สีดำ 1 */
					color:#222222;
				}
				a.t-n-bl:hover	{	/* สีดำ 1 */
							color:#222222;
							text-decoration:underline;
						}

/* ########################## news table style sheet ########################## */
.mouseout	{
			 background-color:#FFFFFF; 
		}
.mouseover	{
			 background-color:#BBBBBB; 
		}
.mouseout2	{
			 background-color:#FFFFFF; 
		}
.mouseover2	{
			 background-color:#F7F7F7; 
			 cursor:hand;
		}
.bglightblue	{
			 background-color:#F2FFE3; 
			 cursor:pointer;
		}
.bglightblue2	{
			 background-color:#D1ECFF; 
			 cursor:pointer;
		}
.bgred		{
			 background-color:#FFEEEE; 
			 cursor:pointer;
		}
.bgred2		{
			 background-color:#FF9090; 
			 cursor:pointer;
		}
.bgblue		{
			 background-color:#D2F1FF; 
			 cursor:pointer;
		}
.games_link		{
				 background-color:#FCFCFC; 
				 color:#0066CC;
			}
.games_bglightgreen	{
				 background-color:#F4FFEB; 
				 color:#009900;
				 text-decoration:underline;
				 cursor:pointer;
			}
.games_choice1		{
				background-color:#EEEEEE; 
				 color:#009900;
				 cursor:pointer;
			}
/* ################################ input ################################ */
.submit		{
			font-family:MS Sans Serif; 
			font-size:12px; 
			font-weight:bold;
			height:25px;
		}
.submitbig	{
			font-family:MS Sans Serif; 
			font-size:12px; 
			font-weight:bold;
			height:35px;
			width:80px;
		}
/* ################################ Picture & HR ################################ */
.pic		{
			border-style:solid;
			border-width:1px;
			border-color:#ffffff;
			width:70px;
			height:60px;
		}
hr.lmenu 		{
      			border: 1px solid #DDDDDD;
      			height: 1px;
    		}
