.body 
{
	text-align: center;
	color: #383838;
	background: url('/images/template_background.gif');
	margin: 0px;
}

.main_div {
	background: url('/images/template_popup_background.gif');
	width: 100%;
}
#templateHeadingContainer
{
	font-size: 19px;
	font-weight: bold;
	color: #63BE3B;
	padding-left: 5px;
	padding-top: 40px;
	margin-bottom: 10px;
	text-align: left;
}
#templateMainContent {
	font-size: 12px;
	padding: 15px;
	text-align: left;
}
#templateFooterContainer 
{
	width: 98%;
	padding-left: 1%;
	padding-right: 1%;
	font-size: 12px;
	color: #67c344;
	border-top: solid 2px #C5E6A6;
	text-align: left;
}
