/* template style */
div.template {
	margin: 0px;
	padding: 0px;
}

#template table, #template table tr, #template table tr td {
	margin: 0px;
	padding: 0px;
	border: 0px;
	border-collapse: collapse;
}

/* template no border style */
div.template_noborder {
	margin: 0px;
	padding: 0px;
}

#template_noborder table, #template_noborder table tr, #template_noborder table tr td {
	margin: 0px;
	padding: 0px;
	border: 0px;
	border-collapse: collapse;
}

#template_noborder img {
	border: 0px;
}

table.picrow img {
	margin-top: 10px;
}
