/** Campaign Overview **/

.clsCampaignLinkText
{
	font-weight: bold;
	font-size: 15px;
	margin-left: 10px;
	background-color: #F1F1EE;
}

.clsDestinationLinkText
{
	font-weight: bold;
	margin-left: 10px;
	background-color: #F1F1EE;
}

.clsDestinationMiscText
{
}

.clsDestinationPriceText
{
	font-weight: bold;
	color: #000099;
}

/** Campaign **/

.clsDestinationMainTitle
{
	font-weight: bold;
	font-size: 15px;
	margin-left: 10px;
	background-color: #F1F1EE;
}

.clsCampaignIntroText
{
	font-size: 13px;	
}

.clsSubDestinationLinkText
{
	font-weight: bold;
	margin-left: 10px;
	background-color: #F1F1EE;
}

.clsSubDestinationMiscText
{
}

.clsSubDestinationPriceText
{
	font-weight: bold;
	color: #000099;
}

/** Destination **/

.clsDestinationIntroText
{
	font-size: 13px;
}

.clsSubDestinationTitleText
{
	font-size: 13px;
	font-weight: bold;
	color: #000099;
}

.clsSubDestinationMiscText
{
}

.clsSubDestinationPriceTextStrong
{
	font-size: 27px;
	font-weight: bold;
	color: #000099;
}


/** General **/			

.clsTopLeft
{
	width: 10px;
	height: 9px;
	BACKGROUND: url(/images/decor/blk6_tl.gif);
}

.clsTop
{
	width: 370px;
	height: 9px;
	BACKGROUND: url(/images/decor/blk6_t.gif) repeat-x 0px 0px
}

.clsTopRight
{
	width: 10px;
	height: 9px;
	BACKGROUND: url(/images/decor/blk6_tr.gif);
}

.clsBottomLeft
{
	width: 10px;
	height: 10px;
	BACKGROUND: url(/images/decor/blk6_bl.gif);
}

.clsBottom
{
	width: 370px;
	height: 10px;
	BACKGROUND: url(/images/decor/blk6_b.gif) repeat-x 0px 0px
}

.clsBottomRight
{
	width: 10px;
	height: 10px;
	BACKGROUND: url(/images/decor/blk6_br.gif);
}

.clsLeft
{
	width: 10px;
	BACKGROUND: url(/images/decor/blk6_l.gif);
}

.clsRight

{
	width: 10px;
	BACKGROUND: url(/images/decor/blk6_r.gif);
}

.clsContent
{
	background-color: #F1F1EE;
	padding-top: 5px;
	padding-bottom: 20px;
}
	
a.clsArrow 
{
	
	background: url("/images/icons/iconArrow.gif") center left no-repeat;
}

a.clsArrow:hover 
{
	background-position: -10px center;
}