<style type="text/css">
<!--
body {
	margin-top: <%=margin_top%>;
	margin-bottom: <%=margin_bottom%>;
	margin-right: <%=margin_right%>;
	margin-left: <%=margin_left%>;
	background-color: <%=totalbg%>;
	background-image: url(<%=totalbgimg%>);
	
	
}
.tail {
	FONT-WEIGHT: normal;
	FONT-SIZE: 12px;
	line-height: 120%;
	COLOR: <%=tail_color%>;
	FONT-FAMILY:  Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-style: normal;


}
A.tail {
	FONT-WEIGHT: normal;
	FONT-SIZE: 12px;
	line-height: 120%;
	COLOR: <%=tail_color%>;
	FONT-FAMILY:  Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-style: normal;


}
A.tail:hover{
    FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
	COLOR: <%=tail_color_m%>;
	FONT-FAMILY:  Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-style: normal;
}
-->
</style>