.footer {
	font-family: tahoma;
	font-size: 10px;
	color: #f5eae3;
}
body {
	font-family: tahoma;
	font-size: 12px;
	color: #666666;
}
.blue {
	color: #3f496a; 
}
.grey {
	color: #666666;
}		
.orange {
	color: #9f333d;
} 
.white {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
a:hover {
	color: #4f5773;
}
a:link,a:visited,a:active {
	color: #9f333d;
	text-decoration:none;
}
a.white:link, a.white:active, a.white:hover, a.white:visited {
	color: #ffffff; text-decoration:none;
}
select {
	font-family: arial;
	font-size: 10px;
}
select.market, select.market option {
	font-family: arial;
	font-size: 9px;
	width: 150px;
}
select.guestof, select.guestof option {
	font-family: arial;
	font-size: 9px;
	width: 180px;
}
.small {
	font-size: 10px;
}	