body {
	margin: 0px;
	padding: 0px;
}
#ftr {
	font-family: Arial;
	font-size: 11px;
	background-color: #333366;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFFFFF;
}
a.ftrL:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a.ftrL:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a.ftrL:hover {
	color: #CCCCCC;
	text-decoration: none;
}
a.ftrL:active {
	color: #CCCCCC;
	text-decoration: none;
}
a:link {
	color: #333366;
	text-decoration: underline;
}
a:visited {
	color: #333366;
	text-decoration: underline;
}
a:hover {
	color: #CC0000;
	text-decoration: none;
}
a:active {
	color: #CC0000;
	text-decoration: none;
}
p, td {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}
.pill {
	font-weight: bold;
	color: #292971;
	text-align: center;
	width: 100px;
}
.pillTitle {
	font-weight: bold;
	background-color: #292971;
	text-indent: 5px;
	color: #FFFFFF;
}
.pillSub {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	text-indent: 5px;
}
.formarea {
	background-color: #EFEFEF;
}
h3 {
	font-size: 18px;
	background-color: #292971;
	color: #FFFFFF;
	text-indent: 5px;
	display: block;
	width: 100%;
	padding-top: 3px;
	padding-bottom: 3px;
}
img {
	border: 0px none;
}
#coupon {
	border: 1px dashed #999999;
}
