/* Destinations Custom Styles */
.NormalWhite { font-family: Arial, Helvetica; font-size: 11px; font-weight: bold; color: #FFFFFF; }
.destinationQuote { font-family: Arial, Helvetica; font-size: 8pt; border-top: solid 1px #999999; border-bottom: solid 1px #999999; }
	
.destinationTitle { font-size : 14px; font-weight : bolder; color : #006600; }

.destinationTable { background-color: black; margin: 0px; }
.destinationTopCell 
	{ background-color: #cccc99; 
	font-weight: bold; 
	padding: 2px;  
	    font-family: Arial, Helvetica;
    font-size:  11px;
    color: black;
}
.destinationContentCell { color: black; padding: 2px; background-color: #f2f2f2 ; }
.destinationContentCellAlt { color: black; padding: 2px; background-color: #e5e5c3 ; }
.destinationTextCell { color: black; padding: 2px; background-color: #FFFFCC; }
.destinationIconCell { background-color: #D0D0D0; width: 20px; }
.destinationFooterCell { color: #FFFFFF; padding: 3px; background-color: #80B288; height: 25px; }


