@charset "UTF-8";
/* CSS Document */


body {
	background-color:rgb(105,72,133);
	font:normal 14px Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}
table.tourContent {
	width:750px;
}

table.tourContent a:link, a:visited, a:hover {
	color:#990000;
	text-decoration:none;
}
table.tourContent tbody tr td.leftSide {
	text-align:center;
	vertical-align:top;
	width:280px;
	height:370px;
}
table.tourContent  tbody tr td.rightSide {
	text-align:center;
	vertical-align:top;
	width:400px;
	background-color:white;
}
table.tourContent  tbody tr td.leftSide, 
table.tourContent  tbody tr td.leftSide a:link, 
table.tourContent  tbody tr td.leftSide a:visited, 
table.tourContent  tbody tr td.leftSide a:hover {
	color:white;
	text-decoration:none;
	font-size:10px;
}
table.tourContent  tbody tr td.leftSide img {
	margin-right:5px;
	vertical-align:middle;
	border:none;
}
table.tourContent  tbody tr td.rightSide.mid {
	text-align:left;
}
table.tourContent  tbody tr td.rightSide.mid div {
	padding:10px;
}
table.tourContent  tbody tr td.rightSide.bot {
	vertical-align:bottom;
}
table.tourContent tbody tr td h1 {
	color:#990000;
	font:bold 18px Arial, Helvetica, sans-serif;
	padding:0;
	margin:0;
	-- border-bottom:solid 1px #990000;
} 
table.tourContent tbody tr td h2 {
	color:#990000;
	font:bold 18px Arial, Helvetica, sans-serif;
	padding:0;
	margin:0 0 0 40px;
}
table.tourContent tbody tr td p {
	padding:15px 0 10px;
	margin:0;
}
table.tourContent tbody tr td.footer {
	text-align: left;
	background-color:#FECA0B;
	color:black; 
	font-size:12px;
}

table.tourContent tbody tr td.footer strong {
	font-size:16px;
}

