@charset "utf-8";
h1 {
	color:#FF9900;
	font-weight:bold;
	font-size:15px;
	text-align: left;
	letter-spacing: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
h2 {
	color:#DB2F43;
	font-weight:normal;
	font-size:1em;
	padding-bottom:0;
	margin-bottom:5px;
	text-align: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
body {
	background-color: #E5E5E5;
}
p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-style: normal;
	line-height: 130%;
	font-weight: normal;
	font-variant: normal;
	color: #999999;
	text-decoration: none;
	text-align: justify;
	padding-right: 15px;
}

a {
	color:#999999;
	text-decoration:underline;
}
a:hover {
	color:#DB2F43;
	text-decoration:underline;
}
.nav {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #FF9900;
	text-decoration: none;
	text-align: center;
}
.nav ul {
	list-style:none;
}
.nav li {
	line-height:1.8;
}
.nav a {
	color:#FF9900;
	text-decoration:none;
}
.nav a:hover {
	color:#DB2F43;
	text-decoration:underline;
}
li.current a {
	color:#FB3962;
}
.body-bold-heading {
	color: #BB2530;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-decoration: none;
}
.body-bold {
	color: #666666;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-decoration: none;
}
.body-bold-italic {
	color: #666666;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	font-size: 1em;
}

.img-border {
	border: 1px solid #FF9900;
	padding: 5px;
}
.divide-border {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FF9900;
}


.sale-items {
	color: #666666;
	font-style: italic;
}

.copyright-footer
{
	color:#999999;
	font-size:0.7em;
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 120%;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
}
