/* CSS Document */

body, td, input, textarea, select, option, ol, ul, li, span, div {
	color: #000000;
	font: 10px arial;
}


body {
	margin: 0px 0px 0px 0px;
	background-image: url('../_images/bg_tile.jpg');
}

.traveldeals_title {
	font: bold 12px;
}

.traveldeals_text {
	color: #595448;
	line-height: 18px;
}
.traveldeals_red {
	font-size: 12px;
	color: #D50000;
}


.white {
	color: White;
	font: 12px arial;
}

a.white {
	text-decoration: underline;
}

a.white:hover {
	text-decoration: none;
}

.yellow {
	color: #EBE497;
	font: 12px arial;
}

a.yellow {
	text-decoration: none;
}

a.yellow:hover {
	text-decoration: none;
}


