body {
	font-family: arial,verdana,helvetica;
	font-size: 8pt;
	background-color: #FF7200;
	margin: 0;
}

img.logo {
	content: url('/zorall_logo.png');
	width: 640px;
	margin-top: 30px;
}

table {
	border: none;
	border-spacing: 0px;
	width: 100%;
}

td {
	font-size: 8pt;
	width: 100%;
}

td.header_container {
	background-color: #FF7200;
}

td.header {
	text-align: center;
	font-size: 2.5em;
	color: #EEEEBB;
	font-weight: bold;
}

td.content {
	background-color: #EEEEBB;
	text-align: center;
	font-size: 1.5em;
	color: #000000;
}

td.footer_container {
	background-color: #FF7200;
}

td.footer {
	text-align: center;
	font-size: 1em;
	color: #EEEEBB;
	font-weight: bold;
}

td.content p {
	text-align: center;
	width: 100%;
	font-size: 1.2em;
	color: #000000;
	margin: 10px 0;
	padding: 0;
}

p.disclaimer {
	text-align: center;
	width: 100%;
	font-size: 1em;
	color: #EEEEBB;
	margin: 0;
}

hr {
	height: 1px;
	background-color: #EEEEBB;
	border: none;
}

a, a:active,a:link,a:visited {
	color : #FF7200;
	text-decoration : none;
}

a:hover {
	color : #FF7200;
	text-decoration : underline;
}

a.footer, a.footer:active,a.footer:link,a.footer:visited {
	color : #FFBB33;
	text-decoration : none;
}

a.footer:hover {
	color : #FFBB33;
	text-decoration : underline;
}

@media screen and (max-width: 767px) {
	td.header {
		font-size: 1.5em;
	}
	img {
		max-width: 90%;
		height: auto;
	}
}