/* station */
body {
	background-color: #cacadb;
	text-align: center;
	padding: 0px;
	margin: 20px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#top {
	width: 950px;
	height: 20px;
	background-image: url(../images/top_station.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#middle {
	width: 950px;
	min-height: 400px;
	background-image: url(../images/middle_station.gif);
	background-repeat: repeat-y;
	background-position: left top;	
}

#bottom {
	width: 950px;
	height: 30px;
	background-image: url(../images/bottom_station.gif);
	background-repeat: no-repeat;
	background-position: left top;	
}

*html #submenu {
	width: 630px;
}

#submenu a {
	text-align: left;
	margin-left: 462px;
	color: #663399;	
}


P.bodytext A { 
	font-weight: bold;
	color: #663399;
 }
