
			html, body {
				background-color: #e6e5e5;
			}
			#templateContainer {
				font-family: arial, helvetica, sans-serif;
				font-size: 11pt;
				color: #0e0d0d;
				background-color: #ffffff;
			}
			#templateContainer td {
				font-family: arial, helvetica, sans-serif;
				font-size: 11pt;
				color: #0e0d0d;
			}
			#templateContainer .block > td:first-child {
				background-color: #ffffff;
			}
			#templateContainer h1 {
				font-family: arial, helvetica, sans-serif;
				font-size: 16pt;
				color: #ab7844;
				font-weight: normal;
				font-style: normal;
				text-decoration: none;
			}
			#templateContainer h2, #templateContainer h3, #templateContainer h4, #templateContainer h5, #templateContainer h6 {
				font-family: arial, helvetica, sans-serif;
				font-size: 11pt;
				color: #928d8d;
				font-weight: normal;
				font-style: normal;
				text-decoration: none;
			}
			#templateContainer a {
				color: #000000;
				font-weight: bold;
				font-style: normal;
				text-decoration: none;
			}
			#templateContainer a.button {
				font-family: helvetica,arial,sans-serif;
				font-weight: bold;
				font-style: normal;
				text-decoration: none;
				color:#ffffff;
				font-size:12px;
			}
			#templateContainer .btn .buttonholder {
				border-radius: 0px;
				background-color: #ab7844;
				background-clip: padding-box;
				border:2px solid #ab7844;
				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: #ab7844;
			}
			#templateContainer .btn.transparent .buttonholder, #templateContainer .btn .transparent .buttonholder {
				background-color:transparent;
			}
			
			#templateContainer .btn .buttonholder {
				background-color: transparent;
			}
