/* ############################## mouse ############################## */
.cursor-default	{cursor:default;}
.cursor-hand	{cursor:hand;}
/* ############################## body ############################## */
body		{
			margin-top:0;
			margin-left:0;
			margin-right:0;
			margin-bottom:0;
			font-family:Verdana;
			font-size:12px; 
			color:#999999;
		}
/* ############################## 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;
						}
/* #################################################### td style  */
td		{
			font-family:Verdana; 
			font-size:12px; 
			color:#999999;
		}
/* ################################ HR ################################ */
hr.dash	{
      			border-top: 1px dashed #4FC7DB;
      			border-bottom: 1px dashed #4FC7DB;
      			color: #4FC7DB;
      			background-color: #fff;
      			height: 1px;
    		}