h1 {
	font-size: 1.3em;
}
h2 {
	font-size: 1.2em;
	border-top: 2px dashed #CD853F;
	margin-top: 30px;
	padding-top: 20px;
}
h3 {
	font-size: 1em;
	font-weight: bold;
	font-style: italic;
}

.Bullet {
	list-style-image: url(../images/bullet.gif);
	list-style-position: outside;
	list-style-type: disc;
	padding-left: 5px;
}

.FormButtons {
	background: Maroon;
	color: White;
}
.StandOut {
	border: 1px solid #E6C7A1;
	background-color: #FDFFEC;
	margin-bottom: 5px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}
#specialoffer {
	background-image: url(../images/fan.gif);
	height: 120px;
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #FDFFEC;
	border: 2px dashed #CD853F;
	padding: 10px;
	padding-left: 140px;
}
#christmas {
	background-image: url(../images/ChristmasTree.jpg);
	height: 80px;
	background-repeat: no-repeat;
	background-position: top left;
	background-color: White;
	border: 2px dashed Red;
	padding: 15px;
	padding-left: 60px;
	margin-left: 20px;
	margin-right: 20px;
}
.InLineStandOut {
	font-style: italic;
	font-weight: bold;
	color: Red;
}
.InLineDifferent {
	font-style: italic;
	background-color: #FDFFEC;
}
.PhotoCaption {
	font-style: italic;
	color: #696969;
}
#importantstuff {
	height: 80px;
	background-color: White;
	border: 2px dashed Red;
	padding: 15px;
	margin-left: 20px;
	margin-right: 20px;
	font-weight: bold;
	text-align: center;
}
#quote {
	padding-left: 60px;
	padding-right: 20px;
	background-image: url(../images/quote.gif);
	background-repeat: no-repeat;
	background-position: top left;
	font-style: italic;
}
#quote p.quotefinish {
	background-image: url(../images/quotefinish.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	padding-right: 60px;
}