body{
	margin: 0px  0px;
	padding: 0px  0px;
/*	scrollbar-arrow-color: #A5A5A5;
	scrollbar-3dlight-color: #DBDBDB;
	scrollbar-highlight-color: #FEFEFE;
	scrollbar-face-color: #E1E1E1;
	scrollbar-shadow-color: #D0D0D0;
	scrollbar-track-color: #F5F5F5;
	scrollbar-darkshadow-color: #F5F5F5;*/
}
td { font-family: Arial, Tahoma, "Ms Sans Serif", Thonburi; font-size: 12px; font-weight: normal; color: #2b1801 }

A:link {text-decoration : none; font-weight : normal; color:#2b1801;}
A:visited {text-decoration : none; font-weight : normal; color: #2b1801 }
A:hover {text-decoration : underline; font-weight : normal; color: #2b1801 }

.form01 { font-family: Arial, Tahoma, "Ms Sans Serif", Thonburi; font-size: 11px; font-weight: normal; color: #333333}
.promotion { font-family: Arial, Tahoma, "Ms Sans Serif", Thonburi; font-size: 13px; font-weight: normal; color: #FFFFFF }
.promotion A:link { font-family: Arial, Tahoma, "Ms Sans Serif", Thonburi; font-size: 13px; font-weight: normal; color: #FFFFFF }
.promotion A:visited { font-family: Arial, Tahoma, "Ms Sans Serif", Thonburi; font-size: 13px; font-weight: normal; color: #FFFFFF }
.promotion A:hover { font-family: Arial, Tahoma, "Ms Sans Serif", Thonburi; font-size: 13px; font-weight: normal; color: #FFFFFF }

.copyR {font-family :  Tahoma, "Ms Sans Serif", Thonburi; font-size : 7pt; font-weight : bold; color: #2b1801; text-decoration: none }
.copyR A:link {font-family :  Tahoma, "Ms Sans Serif", Thonburi; font-size : 7pt; font-weight : normal; color: #2b1801; text-decoration: none }
.copyR A:visited {font-family :  Tahoma, "Ms Sans Serif", Thonburi; font-size : 7pt; font-weight : normal; color: #2b1801; text-decoration: none }
.copyR A:hover {font-family :  Tahoma, "Ms Sans Serif", Thonburi; font-size : 7pt; font-weight : normal; color: #2b1801; text-decoration: underline }

/** Booking Flight Menu **/

/*** Book This Trip ***/
.book {
	background-color: #006376;
	font: bolder 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	width: 105px;
	height: 25px;
	float: left;
	vertical-align:middle;
	font-weight: bolder;
	padding: 5px;
	text-align:center;
	display:block;
	}
.book a:link {
	background-color: #006376;
	font: bolder 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	width: 105px;
	height: 25px;
	float: left;
	vertical-align:middle;
	padding: 5px;
	text-align:center;
	display:block;
	}
.book a:hover {
	color:#fff000;
	width: 105px;
	height: 25px;
	background:#FF0000;
	padding: 5px;
	text-align:center;
	display:block;
		}
		
.book a:visited {
	color: #FFFFFF;
	background-color: #763a00;
	text-align:center;
	}		
	
/*menu */
#book{
margin: 0 auto;
padding: 0px 0px 0px 0px; 
}

#book ul{
margin:0 3%;
padding:9px 0;
list-style:none;
font: bolder 12px Arial, 'Trebuchet MS', sans-serif;
text-transform:none;
letter-spacing:0px;
}
#book ul li{
display:inline;
margin:0;
padding:0.5em 0;
}
#book ul li a:link, #book ul li a:visited, #book ul li a:hover, #book ul li a:active{
padding: 8px;
text-align:center;
background-color: #006376;
font: bolder 12px Arial, 'Trebuchet MS', sans-serif;
color:#FFFFFF;
margin: 2px;
}
#book ul li a:focus, #book ul li a:hover, #book ul li a:active{
color:#eed;
background:#6c9801 url(images/menu_over.jpg) top center no-repeat;
text-decoration:none;
}
#book ul li a:link.live, #book ul li a:visited.live, #book ul li a:hover.live, #book ul li a:active.live{
font-weight:bold;
color:#FFFFFF;
background:#763a00 url(images/arrow_down.gif) bottom center no-repeat;
border:1px solid #420;
margin: 2px;
font: bolder 12px Arial, 'Trebuchet MS', sans-serif;
}

	
