@charset "utf-8";
body {
	background-color: #969696;
	margin: auto;
	width: 900px;
}
.title {
	background-color: #00FFFC;
}
#tour td {
	border: 1px solid #000;
}

.button {
	display: block;
}

.odd {
	background-color: #E5E5E5;
}
.even {
	background-color: #969696;
}
.tabletext {
	padding-left: 3px;

}
.active {
	background-color: #00FFFC;
	color: #000;
	font-weight: bold;
}
.activetour {
	background-color: #CCC;
	color: #000;
	font-weight: bold;
}
.tablenormal {
	border: 2px solid #000;

}
.tablethin {
	border: 1px solid #000;
}
#links {
	background-color: #58595B;
	color: #FFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #58595B;
	border-left-color: #58595B;
}
#tour {
	background-color: #E5E5E5;
	color: #000;
	width: 780px;
	margin: auto;
}
#header {
	background-color: #969696;
	margin-top: 10px;
	height: 125px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #58595B;
	border-right-color: #58595B;
	border-left-color: #58595B;
	border-left-width: 1px;
}



#main {
	background-color: #CCC;
	padding: 20px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #58595B;
	border-left-color: #58595B;
}

#footer {
	background-color: #CCC;
	font-size: x-small;
	text-align: right;
	padding-right: 5px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #58595B;
	border-right-color: #58595B;
	border-bottom-color: #58595B;
	border-left-color: #58595B;
	padding-bottom: 5px;
}



a:link {
	text-decoration: none;
	color: #000;
	font-weight: bold;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
a:visited {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

#links a:link {
	text-decoration: none;
	color: #FFF;
	font-weight: normal;
}
#links a:visited {
	text-decoration: none;
	color: #FFF;
	font-weight: normal;
}
#links a:hover  {
	text-decoration: none;
	background-color: #00FFFC;






	#tour.vibility: visible;
	color: #000;
}
#tour a:link {
	text-decoration: none;
	color: #000;
}
#tour a:visited {
	text-decoration: none;
	color: #000;
}
#tour a:hover {
	text-decoration: none;
	background-color: #00FFFC;








	#tour.vibility: visible;
	color: #000;
}

