/*-------------------------------------------------------------
The main style sheet is in the dottravel root on sun, all of
these styles exist in the root of dottravel (styles.css)
This file only serves to specify the colors.
This file is only needed when colorchanges are needed.
------------------------------------------------
Colors used:
peach - e7b898
section headers green - deeab8
---------------------------------------------------------------*/
h2{
	color:#223f99;
}
h2,h3{
	font-weight: bold;
	text-transform:none;
	padding: 3px 5px;
	margin: 0 0 5px 0;
	font-size: 10pt;
}
h1 b, .dealPrice, .features li b {
	color: #900;
}
a, a:visited, a:hover{
	color:#223f99;
}
#nav{
	background-color: #00bff3;
}
#nav ul li a{
	background-color:#f4f4fa;
	color: #000;
}
.features a{
	color: #000;
}
.resultsRow1,.resultsRow2 .gridBG{
	background-color: #fff;
}
.resultsRow1 .gridBG,.resultsRow2{
	background-color: #eee8d2;
}
#welcome b{color:#900;}