html, body {
	height: 100%;
}

body {
	margin-top: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
}

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

p, ol, ul {
	margin-top: 0px;
}

p, ol {
	line-height: 160%;
}

strong {
}

a {
	color: #0000FF;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.border {
}

img.alignleft {
	float: left;
}

img.alignright {
	float: right;
}

img.aligncenter {
	margin: 0px auto;
}

hr {
	display: none;
}

/** Image Coupon Style border **/

.image-coupon {
	position: relative;
	width: 480px;
	height: 241px;
}

.image-coupon span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.image-coupon img {
	position: absolute;
	top: 0;
	left: 0;
}

.image-coupon a {
	text-decoration: none;
}

.image-coupon .caption1 {
	position: absolute;
	top: 203px;
	right: 97px;
	text-decoration: none;
	text-shadow: 1px 1px 1px #F2BC6C;
	font-size: 16px;
	color: #a61131;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}

.image-coupon .caption2 {
	position: absolute;
	top: 35px;
	left: 15px;
	text-decoration: none;
	text-shadow: 1px 1px 1px #000000;
	font-size: 20px;
	color: #F46328;
}

.image-coupona span {
	background: url(pic/coupon-update.jpg) no-repeat center;
}

/** End Coupon */