body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #003366;
	background-color: #ECF6FF;
	background-image: url("../images/repeat_bkg.gif");
	background-repeat: repeat-y;
	background-position: left top;
	text-decoration: none;
	margin: 0px;
}

h1 {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}

h4 {
	font-size: 11px;
	font-weight: bold;
}


a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	color: #336699;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	color: #003366;
	text-decoration: underline;
}

.timetable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #003366;
	text-decoration: none;
	padding: 2px 4px 2px 4px;
}
.bkg .body .style1 .style3 .style7 {
	font-size: 16px;
	color: #FFFFFF;
}




/* Slideshow*/

	#imageSlideshowHolder{

		/* CSS HACK */
		width: 406px;	/* IE 5.x */
		width/* */:/**/400px;	/* Other browsers */
		width: /**/400px;
		
		/* CSS HACK */
		height: 271px;	/* IE 5.x */
		height/* */:/**/265px;	/* Other browsers */
		height: /**/265px;
		
		position:relative;	/* Never change this value */
		
	}
	.imageInGallery{		
		width:400px;
		height:265px;
		
		/* Never change these 3 value */
		left:0px;
		top:0px;
		position:absolute;	
	}
	
	
	#imageSlideshowHolder img{
		position:absolute;
	}


.rates td{
	padding:5px;
	text-align:center;
}
.rates td span{
	color:#FFFFFF;
	font-weight:bold;
}

#slideshow {
    width:300px;
	height:300px;
	position:relative;
}
#slideshow IMG {
    position:absolute;
    top:0;
    left:75px;
    z-index:100;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:102;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:101;
}
.link{
	color:#0000FF;
	text-decoration:underline;
}
.link:visited{
	color:#0000FF;
	text-decoration:underline;
}
.link:hover{
	color:#0066FF;
	text-decoration:underline;
}
