
			html, body {
				background-color: #eae6e2;
			}
			#templateContainer {
				font-family: book antiqua,palatino,serif;
				font-size: 12pt;
				color: #424242;
				background-color: #ffffff;
			}
			#templateContainer td {
				font-family: book antiqua,palatino,serif;
				font-size: 12pt;
				color: #424242;
			}
			#templateContainer .block > td:first-child {
				background-color: #ffffff;
			}
			#templateContainer h1 {
				font-family: book antiqua,palatino,serif;
				font-size: 14pt;
				color: #cd6a55;
				font-weight: normal;
				font-style: normal;
				text-decoration: none;
			}
			#templateContainer h2, #templateContainer h3, #templateContainer h4, #templateContainer h5, #templateContainer h6 {
				font-family: book antiqua,palatino,serif;
				font-size: 12pt;
				color: #000000;
				font-weight: normal;
				font-style: normal;
				text-decoration: none;
			}
			#templateContainer a {
				color: #cd6a55;
				font-weight: bold;
				font-style: normal;
				text-decoration: none;
			}
			#templateContainer a.button {
				font-family: trebuchet ms,geneva,sans-serif;
				font-weight: normal;
				font-style: italic;
				text-decoration: underline;
				color:#448797;
				font-size:12px;
			}
			#templateContainer .btn .buttonholder {
				border-radius: 8px;
				background-color: #448797;
				background-clip: padding-box;
				border:2px solid #448797;
				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: #448797;
			}
			#templateContainer .btn.transparent .buttonholder, #templateContainer .btn .transparent .buttonholder {
				background-color:transparent;
			}
			
			#templateContainer .btn .buttonholder {
				background-color: transparent;
			}
