@charset "UTF-8";
html{
	padding:0;
	margin:0;
	width:100%;
}
body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 11pt;
	color: black;
	line-height: 16pt;
	padding: 0px;
	margin: 0px;
}
strong, b {
	font-size: 11pt;
	font-weight:bold;
	line-height:15pt;
	margin-bottom:15px;
}
ol, ul{
	padding-left:15px;
	margin-left:5px;
}
li{
	margin-bottom:5px;
}
li b{
	font-weight: bold;
	font-size: 11pt;
}
h1,h2,h3,h4,h5,h6,p.summary {
	font-family: "ZurichBTRoman";
}
p.summary {
	margin:0 -15px 0 -25px;
	padding:0 0 15px 25px;
	font-size: 18pt;
	line-height: 20pt;
	border-bottom: 1px solid #EEE;
}
h2 {
 font-size: 18pt;
}
div.body{
	padding:25px 0;
	color:#666;
}
div.body a{
	color:#666;
	padding-left: 15px;
	background: url(images/arrow.png) no-repeat -5px;
	background-size: 13px;
}

div.content{
	margin: 15px;
}

a.button{
	margin:0 15px 10px 0;
	background: #737373; /* Old browsers */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#737373), color-stop(51%,#393939), color-stop(100%,#212121)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #737373 0%,#393939 51%,#212121 100%); /* Chrome10+,Safari5.1+ */
	background: linear-gradient(top, #737373 0%,#393939 51%,#212121 100%); /* W3C */
	
	background: -moz-linear-gradient(top, #737373 0%, #393939 50%, #212121 100%); /* FF3.6+ */
	background: -o-linear-gradient(top, #737373 0%,#393939 50%,#212121 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #737373 0%,#393939 50%,#212121 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#737373', endColorstr='#212121',GradientType=0 ); /* IE6-9 */
	padding-top:9px;
	padding-bottom:9px;
	display:block;
	width:100%;
	float:left;
	
	text-decoration:none;
	color:#FFFFFF;
	text-align:center;
	/*text-shadow: 0 -1px #C7C7C7;*/
	font-size:11pt;
	font-weight: bold;
	
	border:1px solid #212121;
	border-radius: 9px;
}
.clear{
	display:block;
	width:100%;
	clear:both;
}
img{
	width:100%;
}

/* iPhone [portrait + landscape] (default)*/
	img.ipad { display: none; }
	img.iphone { display: block; }

/* iPad [portrait + landscape] */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
	img.ipad { display: block; }
	img.iphone { display: none; }
}