@charset "utf-8";
/* CSS Document */

<!--
html, body {
  margin:0;
  padding:0;
  height:100%;
  width:100%;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
body {
	background: url(image/html/background.jpg) #0c0606 no-repeat center;
}
h1 {
	text-align:left; font-size:32px; font-weight:lighter;
	padding:0px;
	margin:0px;
}
h2 {
	text-align:left; font-size:14px; font-weight:lighter;
	padding:0px;
	margin:0px;
}
p {
	font-size: small;
}

.flashcontent {
	width: 1000px;
	height: 700px;
}
#flashwin {
	width: 990px;
	height: 560px;
}
.style1 {
	font-size: small;
	font-style: italic;
}

#footer {
	margin-top:50px;
}
.footerlinks1 {font-size:normal; font-weight:normal; }
.footerlinks2 {font-size:x-small; color:#6b4c4c; }
.footerlinks1 a, .footerlinks2 a {
	text-decoration:none;
	margin-left: 5px;
	margin-right: 5px;
}
.footerlinks1 a:hover, .footerlinks2 a:hover {
	text-decoration:underline;
}
.footerlinks1 a { color:#828281; }
.footerlinks2 a { color:#6b4c4c; }



.menulink {
display:block;
width:205px;
height:100%;
border: 1px solid #000;
text-decoration: none;
color: #999;
font-size:small;
}
.menulink:hover {
	color: #fff;
}
.menulink span {
	display:block;
margin-top: 100px;
	padding: 5px;
	background: #000;
}

.itinerarylink {
	text-decoration: none;
	color: #f5b97d;
	padding-right: 7px;
	background: url(image/arrow.gif) no-repeat right center;
}
.itinerarylink:hover {
	text-decoration: underline;
}
-->