/* Global Style */
body {
	margin: 0 auto;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
	background-image: url(images/bodybg.jpg);
	background-position:top;
	background-repeat: repeat-x;
}

hr {
	color: #FFFFFF; 
	background-color: #FFFFFF;  
	border: 1px dashed #00CC99; 
	border-style: none none dotted;
}

.gradientbg {
	background-image: url(images/gradient-bg.png);
	background-position:top;
	background-repeat: no-repeat;
}


.imgspace {
	padding-left: 15px;
	padding-right: 5px;
	padding-bottom: 3px;
}


.header	{
	color: #4b9b18;
	font-weight: bold;
	font-size: 14px;
}

.hotels	{
	color: #54A81F;
	font-weight: bold;
	font-size: 26px;
}

.tourheader {
	color: #FF6600;
	font-weight: bold;
	font-size: 16px;
}

/* Global Text Style */

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #2C2C2C;
}

a:link {
	color: #C92125;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #C92125;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #C92125;
	text-decoration: underline;
}

a:active {
	color: #C92125;
	text-decoration: none;
}


/* SIDE LINKS */


.sideheader {
	color: #4b9b18;
	font-weight: bold;
	font-size: 14px;
	padding-left: 10px;
	padding-right: 10px;
}

.sidetext	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2C2C2C;
	padding-left: 10px;
	padding-right: 10px;
}

.sidetext a:link {
	color: #b21b1b;
}

.sidetext a:visited {
	color: #b21b1b;
}

.sidetext a:hover {
	color: #b21b1b;
	text-decoration: underline;
}

.sidetext a:active {
	color: #b21b1b;
}




/* FOOTER STYLES */

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #4f5253;
	line-height:19px;
}


.footer a:link {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}

.footer a:visited {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}

.footer a:hover {
	font-weight: bold;
	text-decoration: underline;
}

.footer a:active {
	font-weight: bold;
	text-decoration: none;
}
