
body {
    
	margin: 0;
    
	font-family: Helvetica;
    
	background: #FFFFFF;
    
	color: #000000;
    
}



body > h1 {
    

	margin: 0;
    
	padding: 10px;
    
	line-height: 20px;
    
	font-size: 20px;
    
	font-weight: bold;
    
	text-align: center;
    
    	color: #FFFFFF;
    
	background: url(iPhoneToolbar.gif) #000000 repeat-x;
    
	/* border-bottom: 1px solid #4c4c4c;  */
}

body > h2 {
    

	margin: 0;
    
	padding: 10px;
    
	line-height: 20px;
    
	font-size: 20px;
    
	font-weight: bold;
    
	text-align: left;
    
    	color: #FFFFFF;
    
	background: url(H2bar.gif) #000000 repeat-x;
    
	/* border-bottom: 1px solid #4c4c4c;  */
}

body > H2 >  a {
    
	display: block;
    	font-size: 16px;
 
	text-decoration: none;
	text-align: center;
    
	color: #FFFFFF;

}


body > H2 > li > a {
    
	display: block;
    
	padding: 8px 32px 8px 8px;
    
	text-decoration: none;
    
	color: inherit;

}

body > ul {
    
	 
	left: 0;
    
	top: 41px;
    
	width: 100%;
        
	margin: 0;
    
	padding: 0;

}


body > *[selected="true"] 
{
    
display: block;

}


body > ul > li {
    
	margin: 0;
    
	border-bottom: 1px solid #E0E0E0;
    
	padding: 0;
    
	background: url(iPhoneArrow.gif) no-repeat right center;
    
	font-size: 20px;
    
	font-weight: bold;
    
	list-style: none;

}


body > ul > li > a {
    
	display: block;
    
	padding: 8px 32px 8px 8px;
    
	text-decoration: none;
    
	color: inherit;

}

    




.button {
    
display: none;
}

#footer {
    
text-align: center;
}

#backButton {

    
	text-align: center;
   
	 /* border-width: 0 8px 0 14px;  */
 	width: 100%;

	/* margin: 10;
    */  	
	text-decoration: none;
 
	color: #FFF;
 
	/* padding: 10px;
 */ 
	padding: 8px 32px 8px 0px;
  
	line-height: 20px;
    
	font-size: 12px;
    
	font-weight: bold;
    
	background: url(H2bar.gif) #000000 repeat-x;

display: block;

}


     