.tableBG {
	background-image: url(img/TileBg.jpg);
	background-repeat: repeat-y;
}
.tableTOP {
	background-image: url(img/TopBg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 512px;
}
.tableBOTTOM {
	background-image: url(img/BottomBg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 242px;
}
.tableBOTTOM_BOAT {
	background-image: url(img/BottomBoatBg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 242px;
}
.buttonBG {
	background-image: url(img/button.gif);
	background-repeat: no-repeat;
	height: 38px;
	width: 84px;
}
a.meny:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.meny:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.meny:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.meny:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #00135D;
	text-decoration: none;
}
.ContBlueBG {
	background-image: url(img/ContBlueBG.gif);
	background-repeat: repeat-x;
}
.ContGreenBG {
	background-image: url(img/ContGreenBG2.gif);
	background-repeat: repeat-x;
}
.normal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #00135D;
	font-weight: bold;
}
.BigWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.BigBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #0000FF;
	text-decoration: none;
}