@charset "UTF-8";
/* CSS Document */


/* 
table, tr, td {
	border: 1px solid black;
	border-collapse: collapse;
}
 */



body {
	text-align: center;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #333;
}

.bodytext {
	font-size: 13px;
}

.bodytext-Large {
	font-size: 18px;
	font-weight: bold;
}
.myborder {
	border: thin solid #CCC;
	padding: 20px;
}
.privacy-head {
	font-size: 32px;
	font-weight: bold;
	color: #3F3F3F;
}
.privacy-subhead {
	font-size: 28px;
	font-weight: bold;
	color: #3F3F3F;
	text-decoration: none;
}
.privacybodytext {
	font-size: 18px;
	text-align: left;
	color: #6B6B6B;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
}
.maillink {
	color: #333;
	text-decoration: none;
	font-size: 42px;
}
.privacysupportlink {
	font-size: 28px;
	color: #3F3F3F;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

.qrcode {
	/* display: block; */
  	margin: 0px;
  	/* text-align: center; */
}

.card {
  	box-shadow: 5px 3px 10px 1px rgba(0, 0, 0, 0.22);
  	border-radius: 100px;
  	background: ##FFFFFF;/* 73AD21 */
  	padding: 0px;
}

.cellpadding {
	padding-top:24px;
  	padding-bottom:32px;
}

.textimage {
	position:relative;
	z-index:3;
}

.image0 {
	position:relative;
    z-index:1;
}

.image1 {
	position:relative;
	top:150px;
	left:-100px;
	z-index:2;
	transform:rotate(50deg);
}

.image2 {
	position:relative;
	top:220px;
	left:120px;
	z-index:2;
	transform:rotate(285deg);
}

.image3 {
	position:relative;
	top:70px;
	left:-100px;
	z-index:2;
	transform:rotate(205deg);
}

.image4 {
	position:relative;
	top:10px;
	left:100px;
	z-index:2;
	transform:rotate(345deg);
}
