body {  font-family: Verdana, Arial, Helvetica, sans-serif;
        margin:0px;
}

.title {  font-size: 1em;
          font-weight: bold;
          color: #FFFFFF;
          text-align: center
}

table.bg { background-image: url('/images/splash/bg.jpg');
	 background-repeat: no-repeat;
}

td.bar { background-image: url('/images/splash/bartile.gif');
	 background-repeat: repeat;
}

td.panel { background-image: url('/images/splash/panel.gif');
	 background-repeat: no-repeat;
}

td.mapPart { background-image: url('/images/splash/map_top.gif');
	 background-repeat: no-repeat;
}

td.mapPart2 { background-image: url('/images/splash/map_bottom.jpg');
	 background-repeat: no-repeat;
}

table.nav a, table.nav a:visited {
	color: #FF3;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}

table.nav a:hover { text-decoration: underline;
}

