body {
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #000000;
	font-size: 14px;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
	background-color: #CCFFCC;
}
h1 {
	font-size: 10px;
	color: FF6666;
}
h2 {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: -1px;
}
h3 {
	font-size: 14px;
	font-weight: bold;
}
h4 {
	font-size: 12px;
	font-weight: bold;
}
td {
	font-size: 14px;
}
a:active {
	color: #FF0000;
	text-decoration: none;
}
a:hover {
	color: #999999;
	text-decoration: underline;
}
a:link {
	color: #0000FF;
	text-decoration: none;

}
a:visited {
	color: #666666;
	text-decoration: none;
}
.photocaption {
	font-size: 10px;
	font-style: italic;
}
.header {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #000099;
}
.price {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #339900;
}
.saveprice {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #FF0000;
}
.smalllinks {
	font-size: 12px;
	font-weight: bold;
}
.smalltext {
	font-size: 10px;
}
.topbar {
	background-attachment: fixed;
	background-image: url(../grafics/layout/cell-bkgd-topbar.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.bkgd-index {
	background-attachment: scroll;
	background-image: url(../grafics/layout/page-bkgd-index.jpg);
	background-repeat: no-repeat;
	background-position: 160px 0px;
}
.bkgd-main {
    background-attachment: scroll;
	background-image: url(../grafics/layout/page-bkgd-main.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.bkgd-cell-price {
	background-attachment: fixed;
	background-image: url(../grafics/cell-bkgd.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.emphasis {
	font-style: italic;
	color: #000099;
}
