@charset "utf-8";
body {
	background-color: #898989;
	margin: 0px;
	padding: 0px;
}
.bgcontent {
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	background-position: center center;
	padding-right: 60px;
	padding-left: 60px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: justify;
	line-height: 1.5em;
}
.bgcontent blockquote {
	padding: 20px;
	border: 1px solid #a2bede;
	background-color: #dcedff;
}

p {
}
.bgcontent h1 {
	text-align: center;
	line-height: 1em;
	font-size: 40px;
	font-family: impact, Verdana;
	font-weight: normal;
	color: #000000;
}
.red {
	color: #FF0000;
}

.bgcontent h2 {
	font-size: 20px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #57779D;
	line-height: 1.5em;
	font-weight: normal;
}
.strike {
	text-decoration: line-through;
}
.undy {
	text-decoration: underline;
	color: #FF0000;
}
.strike {
	text-decoration: line-through;
}
.price {
	font-size: 60px;
	line-height: 1em;
	font-family: impact, Verdana;
	text-decoration: underline;
	color: #FF0000;
}
.reminder {
	font-size: 11px;
	color: #CCCCCC;
}

.bgcontent blockquote.new {
	background-color: #FFFFFF;
}
a.black:link {
	color: #000000;
	text-decoration: none;
}
a.black:link, a.black:visited {
	color: #000000;
	text-decoration: none;
}
