<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
	height: auto;
}
body {
	background-color:#DBDCDD;
	margin: 0px;
	padding: 0px;
	font-family: Arial, 'Microsoft JhengHei', 'Microsoft YaHei', sans-serif;
	text-align: left;
	image-rendering: -webkit-optimize-contrast;
}

table {
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
}

td { display:table-cell; }

.container {
	width: 700px;
	padding-top: 40px;
	margin: 0 auto;
	clear:left;
}

.container &gt; table {
	float: left;
}

a, a:visited {
	text-decoration: none;
	color: #69286C;
}

.purple {
	color: #69286C !important;
}

.button {
	display:table-cell;
	border: #900 1px solid;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.button:hover {
	box-shadow: 2px 2px 2px rgba(100, 100, 100, 0.5);
	-moz-box-shadow: 2px 2px 2px rgba(100, 100, 100, 0.5);
	-webkit-box-shadow: 2px 2px 2px rgba(100, 100, 100, 0.5);
}

div.button img {
	height:35px;
	margin:0 auto !important;
}

.buttonPurple {
	background-color: #69286C;
	height: 25px;
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	color: #FFFFFF;
	line-height: 25px;
	font-family: Arial, sans-serif;
	text-align: center;
}
.buttonPurple:hover {
	background-color: #77377C;
}

.grey{ display:block; width:110px; }

@media screen and (min-width: 801px) {
[mobile] .mobile-only {
	display: none;
	height: auto !important;
}
}

@media screen and (max-width: 800px) {
[mobile] .p100 {
	width: 100% !important;
}
[mobile] .auto {
	height: auto !important;
}
[mobile] .content {
	width: 90%;
}
[mobile] .hero {
	width: 90%;
	height: auto;
}
[mobile] .margin {
	width: 20px !important;
	min-width:20px !important;
}
[mobile] .center {
	text-align: center !important;
}
[mobile] .stack {
	width: 100% !important;
	float: left !important;
}
[mobile] .img-fw {
	width: 100% !important;
	height: auto !important;
}
[mobile] .img-hw {
	width: 50% !important;
	height: auto !important;
	display: inline-block;
}
[mobile] .img-thdw {
	width: 33% !important;
	height: auto !important;
	display: inline-block;
}
[mobile] .img-qrtw {
	width: 25% !important;
	height: auto !important;
	display: inline-block;
}
[mobile] .mobile-only {
	display: block;
	height: auto !important;
}
[mobile] .hide {
	display: none !important;
}

[mobile] .container{ width:90% !important; }

[mobile] .container &gt; table {
	width: 100% !important;
	margin-bottom:20px !important;
}
[mobile] .container table td {
	height: auto !important;
}

[mobile] .button {
	display:table-cell !important;
	width: 43vw !important;
}

}

p {
	margin: 0;
	padding: 0;
}
img {
	border: none;
	display: block;
}
ul {
	list-style: none;
	padding-left: 0;
	margin-left: 1em;
	font-size: 14px;
	text-align: left;
	color: #000;
	margin-top: 0;
}
ol {
	padding-left: 2px;
	margin-left: 1em;
	font-size: 14px;
	text-align: left;
	color: #000;
	margin-top: 0;
}
ul li {
	padding-left: 0em;
	text-indent: -0.7em;
}
ul li:before {
	content: "â€¢";
	color: #333;
	padding-right: 0.5em;
}
.headnfoot {
	font-size: 13px;
	line-height:1.3;
	color: #ffffff;
}
.WebBody {
	font-size: 13pt;
	text-align:center;
	color:#686158;
	line-height:1.5;
	margin: 0;
}

.Intro {
	font-size: 13pt;
	text-align: justify;
	color:#686158;
	line-height:1.5;
	margin: 0;
}

.WebBodyBold {
	font-size: 14px;
	text-align: left;
	color: #000;
	font-weight: bold;
}
.WebBodyBoldBig {
	font-family:"Times New Roman", Times, serif;
	font-size: 30px;
	color:#686158;
	letter-spacing: 0px;
	line-height: 1.4em !important;
}
.WebBodyBoldBigRed {
	font-size: 20px;
	text-align: left;
	color: #A51C35;
	font-weight: bold;
	margin-bottom: 0;
	padding-bottom: 0;
	line-height: 1.4em !important;
}
.WebBodyPurple {
	font-size: 14px;
	text-align: left;
	color: #69286C;
}
.WebBodyRed {
	font-size: 14px;
	text-align: left;
	color: #A51C35;
}
.WebBodyGold {
	font-size: 14px;
	text-align: left;
	color: #8E7149;
}
.WebBodyWhite {
	font-size: 14px;
	text-align: left;
	color: #FFFFFF;
}</pre></body></html>