
			html, body {
				background-color: #f5f5f5;
			}
			#templateContainer {
				font-family: arial, helvetica, sans-serif;
				font-size: 12pt;
				color: #424242;
				background-color: #ffffff;
			}
			#templateContainer td {
				font-family: arial, helvetica, sans-serif;
				font-size: 12pt;
				color: #424242;
			}
			#templateContainer .block > td:first-child {
				background-color: #ffffff;
			}
			#templateContainer h1 {
				font-family: arial, helvetica, sans-serif;
				font-size: 14pt;
				color: #a1926a;
				font-weight: bold;
				font-style: normal;
				text-decoration: none;
			}
			#templateContainer h2, #templateContainer h3, #templateContainer h4, #templateContainer h5, #templateContainer h6 {
				font-family: arial, helvetica, sans-serif;
				font-size: 14pt;
				color: #a1926a;
				font-weight: normal;
				font-style: italic;
				text-decoration: none;
			}
			#templateContainer a {
				color: #a1926a;
				font-weight: normal;
				font-style: normal;
				text-decoration: underline;
			}
			#templateContainer a.button {
				font-family: arial, helvetica, sans-serif;
				font-weight: normal;
				font-style: italic;
				text-decoration: underline;
				color:#ffffff;
				font-size:14px;
			}
			#templateContainer .btn .buttonholder {
				border-radius: 8px;
				background-color: #a1926a;
				background-clip: padding-box;
				border:2px solid #a1926a;
				border-collapse: separate !important;
			}
			#templateContainer .btn.square .buttonholder, #templateContainer .btn .square .buttonholder {
				border-radius:0px;
			}
			#templateContainer .btn.rounded .buttonholder, #templateContainer .btn .rounded .buttonholder {
				border-radius:8px;
			}
			#templateContainer .btn.filled .buttonholder, #templateContainer .btn .filled .buttonholder {
				background-color: #a1926a;
			}
			#templateContainer .btn.transparent .buttonholder, #templateContainer .btn .transparent .buttonholder {
				background-color:transparent;
			}
			
			#templateContainer .btn .buttonholder {
				background-color: #a1926a;
			}
