body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	margin:0px 0px; padding: 0px;
	background: #4D84BA;
}
		
#white {
	background:#FFFFFF;
	text-align:center;
	margin:0px 0px; padding: 0px;
	width: 100%; height: 550px; min-height: 550px;
}

#banner {
	width: 194px; height:129px;
	background:url(/images/logo.gif) no-repeat;
	position:absolute;
	top:60px; left:0px;
}

a.menu_on, a.menu_on:visited {
	text-decoration:none;
	color:#999999;
	margin-right:30px;
}

a.menu_off, a.menu_off:visited {
	text-decoration:none;
	color:#000000;
	margin-right:30px;
}
a.submenu_on, a.submenu_on:visited {
	text-decoration:none;
	color:#4D84BA;
	line-height:200%;
}

a.submenu_off, a.submenu_off:visited {
	text-decoration:none;
	color:#999999;
	line-height:200%;
}

a.back {
	background:url(/images/back.gif) no-repeat center;
	width:7px; height:11px;
}

a.next {
	background:url(/images/next.gif) no-repeat center;
	width:7px; height:11px;
}