/* General class attributes */
.blue { color: blue; }
.red { color: red; }
.green { color: green; }
.noborder { border: none; }
.bold { font-weight: 600; }
.italic { font-style: oblique; }

.hpad { padding: 0em 1em; }
.hpad2 { padding: 0em 2em; }
.hpad3 { padding: 0em 3em; }

.tiny { font-size: 7pt; }
.sm { font-size: 9pt; }
.md { font-size: 12pt; }
.ml { font-size: 15pt; }
.lg { font-size: 18pt; }
.huge { font-size: 24pt; }

.noborder {
	margin: 0em;
	border: 0em;
	padding: 0em;
	}

br.vspace3  { line-height:  3pt; }
br.vspace5  { line-height:  5pt; }
br.vspace10 { line-height: 10pt; }
br.vspace15 { line-height: 15pt; }
br.vspace20 { line-height: 20pt; }
br.vspace30 { line-height: 30pt; }
br.vspace40 { line-height: 40pt; }
br.vspace50 { line-height: 50pt; }

.active { cursor: pointer; }
.boxed {
	background-color: silver;
	border-width: medium;
	border-color: black;
	border-style: ridge;
	}
.top {
	background: transparent;
	margin: 0px;
	top: 0px;
	left: 0px;
	position: absolute;
	}
img.background {
	width: 100%;
	height: 100%;
	position: fixed;
	}
table.padded {
	padding: 10px 30px;
	}
div.right {
	float: right;
	margin-right: 40px;
	}
div.leftpad {
	margin-left: 50px;
	text-indent: -40px;
	}
ul.nobutton {
	list-style: none;
	margin: 0px;
	}

/* Custom defaults */
a { color: black; text-decoration: none; }
a:active { color: black; text-decoration: none; }
a:visited { color: black; text-decoration: none; }

/* Specific definitions */
body.header { background: rgb(236,204,103);
	margin: 0em;
	border: 0em;
	padding: 0em;
	}
body.home { background: rgb(248,241,218) }
body.contents { background: rgb(210,161,2) }
body.jewelry { background: White url(../images/JewelryBGTile.jpg) repeat }
body.rental { background: White url(../images/RentalBGTile.jpg) repeat }
body.flowers { background: White url(../images/FlowersBGTile.jpg) repeat }
body.story { background: White url(../images/MainBGTile.jpg) repeat }
body.headerold {
	background: White url(../images/TitleBGTile.jpg) repeat;
	font-family:  times, serif;
	font-size: 40pt;
	font-weight: 400;
	text-align: center;
	}
a.note {
	color: red;
	font-family:  times, serif;
	font-size: 9pt;
	font-weight: 600;
	font-style: oblique;
	}

a.sansserif {
	font-family: helvetica, sans-serif;
	font-size: 10pt;
	font-weight: 600;
}
span.header {
	font-family: helvetica, sans-serif;
	font-size: 18pt;
	font-weight: 600;
	font-style: oblique;
	}
span.bolditalic {
	font-family: helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	font-style: oblique;
	}
span.description {
	font-family: times, serif;
	font-size: 12pt;
	font-style: oblique;
	}
span.quote {
	font-family: helvetica, sans-serif;
	font-size: 8pt;
	font-weight: 600;
	font-style: oblique;
	}
table.thumbnails {
	padding: 0px 10px;
	}
td.thumb { padding-top: 0px; }

