@charset "UTF-8";
/* CSS Document */
/* tomc 19/09/08 */


#descriptionContainer, #editorBody  /* USED ON ACTIVITY.PHP AND ACCOMMODAION.PHP*/
{
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight: normal;
	font-size: 12px;
}
#descriptionContainer p, #editorBody p{	/* fck editor loves <p> tags */
	margin:0 0 8px 0 ;
	padding:0px;
}
#editorBody  /* edit.php fckeditor for packages.php*/
{	width:470px; border:1px solid #CCCCCC; padding:10px; margin:10px 0px 0px 10px;	}

.bdytxt{
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight: normal;
	font-size: 12px;
}

.txtOrange{	color: #ff6633;}

.txtBlue{	color: #0099CC;}

.fckt_h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #0099cc;	
	
}
.fckt_h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #666666;
}
.fckt_h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-weight:bold;
	color: #0099cc;
}

.fckt_wstitle1, .fckt_wstitle2, .fckt_hstitle1, .fckt_hstitle2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding:0px;
	margin:14px 0px 10px 0px;
}
.fckt_wstitle1, .fckt_wstitle2{	color: #0099CC; }
.fckt_hstitle1, .fckt_hstitle2{ color: #ff6633; }
.fckt_wstitle1, .fckt_hstitle1{ font-size:14px; }
.fckt_wstitle2, .fckt_hstitle2{ font-size:12px; }

.fckt_readmore{ 
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-weight:bold;
	color:#0099cc;
	font-size:11px;
}





