body
{
	margin: 0;
	padding: 0;
	margin-left:10px;
	background-color: rgb(177,213,254);	 
	-webkit-text-size-adjust:none;		  /* Turn off font resizing */
}


h1 
{
	margin:0;
	padding-top:10px;		  
	padding-right:10px;		 
	padding-bottom:10px;	
	padding-left:10px;
	
	font-size:25px;
	font-family: Helvetica;
	font-weight:bold;
	color: rgb(76,86,108);	 /* Set each label color */		
}

h2 
{
	margin:0;
	margin-top:-10px;		  
	padding-right:10px;		 
	padding-bottom:10px;	
	padding-left:10px;
	
	font-size:20px;
	font-family: Helvetica;
	font-weight:normal;
	color: rgb(76,86,108);	 /* Set each label color */		
}

h3 
{
	margin:0;
	margin-top:-10px;		  
	padding-right:10px;		 
	padding-bottom:10px;	
	padding-left:10px;
	
	font-size:14px;
	font-family: Helvetica;
	font-weight:normal;
	color: rgb(76,86,108);	 /* Set each label color */		
}

h4 
{
	margin:0;
	margin-top:-10px;		  
	padding-right:10px;		 
	padding-bottom:10px;	
	padding-left:10px;
	
	font-size:10px;
	font-family: Helvetica;
	font-weight:normal;
	color: rgb(76,86,108);	 /* Set each label color */		
}

h5 
{
	margin:0;
	margin-top:-10px;		  
	padding-right:10px;		 
	padding-bottom:10px;	
	padding-left:10px;
	
	font-size:8px;
	font-family: Helvetica;
	font-weight:normal;
	color: rgb(76,86,108);	 /* Set each label color */		
}

h6 
{
	margin:0;
	margin-top:-10px;		  
	padding-right:0px;		 
	padding-bottom:0px;	
	padding-left:0px;
	
	font-size:6px;
	font-family: Helvetica;
	font-weight:normal;
	color: rgb(76,86,108);	 /* Set each label color */		
}

ul 
{	   
	padding: 0;	   
	margin-top:0;
	margin-left:10px;
	margin-bottom:17px;		  /* Set each list 17 pixels from the top of the button bar(or the top of the next list) */
	
	font-size:25px;
	font-family: Helvetica;
	font-weight:bold;

	
	width: 420px;
	background-color: white;	   /* Each list has a white background fill */
	color:black;
	border-width: 1px;			   /* Draw a rectangle around each list */
	border-style:solid ;
	border-color:rgb(217,217,217);
	
	-webkit-border-radius: 8px;		 /* Round each corner of the created rectangle */
}


li
{	
	list-style-type: none;	
	
	border-top-width:1px;	  /* Create lines between cells. Each line is placed above each item */
	border-top-style:solid;
	border-top-color:rgb(217,217,217);

	padding-top:10px;		  
	padding-right:10px;		 
	padding-bottom:14px;	 /* Indent the cell content 14 pixels from the bottom edge of a cell */
	padding-left:10px;	
}


li:first-child 
{
	border-top:0;	 /* Remove border above the first item of the list */
}


li:first-child  /* Handle the click/tap highlight. Highlight an entire cell with the iPhone grey background when tapped */ 
{
	display: block;	  /* Sets the href to be a block rather than inline */
	
	/* The padding properties adjust the text content within the href block */
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 12px;
	padding-left: 8px;
		
	/* The margin properties adjust the size of the href block	*/
	margin-top: -8px;
	margin-right: -8px;
	margin-bottom: -12px;
	margin-left: -8px;
	
	text-decoration: none;
	color: black;
}

.secondary	/* Used for secondary text */
{	
	text-align:center;
	font-weight:normal;		/* Regular font is used for secondary text */	  
	color: #324F85;     /* Override the font color and set it to #324F85 */	
}