	body {
		margin: 0;
		font-family: Helvetica;
		background: #FFFFFF;
		color: #FFFFFF;
	}
	a {
		text-decoration: none;
		color: #FFFFFF;
	}
	.blk {
		color:#000000
	}
	.toolbar {
	position: absolute;
	padding: 10px 0px 10px 0px;
	width: 100%;
	height: 20px;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	text-shadow: #3F4E63 0px -1px 1px;
	background: url(../images/iPhoneToolbar.png) #8191AA repeat-x;
	z-index:1;
	}
	.anchorTop {
		top: 0;
		z-index: 1;
	}

	.anchorBottom {
	top: 377px;
	border-top: 1px solid #3f4e63;
	padding-bottom: 8px;
	z-index: 1;
	}
	
	.tgle {
	position:relative;
	left: -8px;
	top: 20px;
	}

	.center {
		position: absolute;
		top: 40px;
		bottom: 40px;
		background: #FFFFFF;
		width: 100%;
		z-index: 1;
	}
	.item_arrow {
		background: url(../images/whitebarmo5.png) no-repeat right center;
		border-bottom: 1px solid #E0E0E0;
		padding: 8px 2px 8px 8px;
		color: #000000;
		font-family: Arial, Helvetica, sans-serif;
	}
	.item{
		border-bottom: 1px solid #E0E0E0;
		padding: 8px 8px 8px 8px;
		color: #000000;
		font-family: Arial, Helvetica, sans-serif;
	}
	.item1 {
		border-bottom: 1px solid #E0E0E0;
		background-color: #DDDDDD;
		padding: 8px 8px 8px 8px;
		color: #000000;
		font-weight: bold;
		font-family: Arial, Helvetica, sans-serif;
	}
