body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
	margin:0;
	padding:0;
	border:none;
}

.header {
	font-size: 24px;
	font-weight: bold;
	color: #FF9900;
}
.bodyText {
	font-size: 12px;
	color: #000000;
}
.recipeLinks {
	text-decoration:none;
	font-size: 14px;
	font-weight: bold;
	color: #FF9900;
}
a.recipeLinks:link {
	font-size: 14px;
	color: #FF9900;
	text-decoration: none;
	font-weight: bold;
}
a.recipeLinks:visited {

	font-size: 14px;
	color: #FF9900;
	text-decoration: none;
	font-weight: bold;
}
a.recipeLinks:hover {
	font-size: 14px;
	color: #FF6600;
	text-decoration: none;
	font-weight: bold;
}
a.recipeLinks:active {
	font-size: 14px;
	color: #FF9900;
	text-decoration: none;
	font-weight: bold;
}
ul {
	list-style-position: outside;
	list-style-type: square;
}
.restinfo {
	font-size: 10px;
	color: #000000;
}
a.menuLinks:link {
	font-size: 8pt;
	font-weight: bold;
	color: #669999;
	text-decoration: none;
}

a.menuLinks:visited {
	font-size: 8pt;
	font-weight: bold;
	color: #FFCC33;
	text-decoration: none;
}
a.menuLinks:hover {
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.menuLinks:active {
	font-size: 8pt;
	font-weight: bold;
	color: #FFCC33;
	text-decoration: none;
}
/*-----------------------------------------------------------*/
/*---------------Rules for TRAVEL ARCHIVE-------------------*/
/*-----------------------------------------------------------*/
#headBackground {
	background-image: url(/features/travel/archvImages/travelArchive_bg.jpg); 
	background-repeat: no-repeat;
	margin:0;
	padding:0;
	}
#holderTable {
	margin: 0;
	}
.travelHeader {
	color:#0099FF;
	font-size:24px;
	}	
.tinyText {
	font-size:10px;
	font-style:italic;
	font-style:normal;
	}
img.littleImageHolder {
	float:right;
	border:none;
	}
a.sectionLinks, a.sectionLinks:link, a.sectionLinks:visited {
	font-size:14px;
	color:#66CCFF;
	font-weight:bold;
	text-decoration:none;
	padding:0 3px;
	}
a.sectionLinks:hover, a.sectionLinks:active { 
	color:#CCFFFF;
	background-color:#666666;
	}
/*------------------------------------------------------------*/

.line {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #3399CC;
	border-right-color: #3399CC;
	border-bottom-color: #3399CC;
	border-left-color: #3399CC;
}
.lineDot {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-top-color: #6699CC;
	border-right-color: #6699CC;
	border-bottom-color: #6699CC;
	border-left-color: #6699CC;
}
