.iphone {
	display: none;
}
.handheld {
	display: none;
}
.screen {
	display: block;
}
.all {
	display: block;
}



html, body {
	height: 100%;
}

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 14pt;
	color: #404040;
	background-color: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

table.container {
	width: 840px;
}
table.container td.top {
	height: 10px;
}
table.container td.head {
	height: 335px;
}
table.container td.body {
	width: 800px;
}
table.container td.foot {
	height: 50px;
}
table.container td.spacer {
}

h1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: normal;
	line-height: 18pt;
	color: #0f5299;
	text-align: center;
	margin: 40px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

h1 sup {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-weight: normal;
	line-height: 14pt;
}

.full {
	width: 100%;
}
.block {
	margin: 40px 0px 40px 0px;
	padding: 0px 0px 0px 0px;
}
.text {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	line-height: 12pt;
	color: #404040;
	text-align: center;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}
.small {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	line-height: 11pt;
	color: #404040;
	text-align: center;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}



/* iPhone */
@media only screen and (max-device-width: 480px) {

	table.container {
		width: 100%;
	}
	table.container td.top {
		height: 5px;
		background-color: #000000;
	}
	table.container td.head {
		height: 215px;
	}
	table.container td.body {
		width: 480px;
	}
	table.container td.foot {
		height: 10px;
		background-color: #000000;
	}
	table.container td.spacer {
		height: 0;
	}

	h1 {
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 24px;
		font-weight: bold;
		line-height: 28px;
		color: #0f5299;
		text-align: left;
		margin: 10px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}
	
	h1 sup {
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 12pt;
		font-weight: normal;
	}
	
	.full {
		width: 100%;
	}
	.block {
		margin: 10px 0px 10px 0px;
		padding: 0px 10px 0px 10px;
	}
	.text {
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 20px;
		font-weight: normal;
		line-height: 24px;
		color: #404040;
		text-align: center;
		margin: 0px 0px 5px 0px;
		padding: 0px 0px 0px 0px;
	}
	.small {
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 16px;
		font-weight: normal;
		line-height: 20px;
		color: #404040;
		text-align: center;
		margin: 0px 0px 10px 0px;
		padding: 0px 0px 0px 0px;
	}

	.full {
		width: 480px;
	}

	.iphone {
		display: block;
	}
	.handheld {
		display: none;
	}
	.screen {
		display: none;
	}
	.all {
		display: block;
	}

	.fix_text {
		-webkit-text-size-adjust: none;
	}

	.flex_text {
		-webkit-text-size-adjust: auto;
	}
	
}
