/* CSS Document */
html{
	direction:ltr;
}

body{
	direction:ltr;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	color: #666666;
	margin:0px;
	padding:0px;
	background-image:url(/travel/images/template/bg.jpg);
	background-repeat:repeat-x;
}
