body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #FFFFFF;
}
a:link { color: #85CDC9; text-decoration: none }
a:visited { color: #85CDC9; text-decoration: none }
a:hover { color: white; text-decoration: none }
a:active { color: #85CDC9; text-decoration: none }

.copyright {
	font-size: xxx-small;
	position: relative;
	height: 25px;
	width: 200px;
	left: 0;
	// top: 5;
	overflow: hidden;
	visibility: visible;
	vertical-align: middle;
}
.TopSection {
	background-image: url(/images/global/bgTop.jpg);
	background-repeat: repeat-x;
}
.MenuBar {
	background-image: url(/images/global/bgMenuBar.jpg);
	background-repeat: repeat-x;
}
.MiddleSection {
	font-size: medium;
	background-image: url(/images/global/bgMiddle.gif);
	background-repeat: repeat;
}
.BottomSection {
	background-image: url(/images/global/bgBottom.gif);
	background-repeat: repeat-x;
}
.MiddleText {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #FFFFFF;
}

.Larger {
	font-family:  Geneva, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	position: absolute;
	height: 50px;
	width: 75px;
	left: 185px;
	top: 425px;
}
h1 {
	font-family:  Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bolder;
	margin: 0px;
	padding: 0px;
	height: 15px;
	color: #85CDC9;
}
td {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
}
.Sold {
	color: #FF0000;
}
#imageBox { margin: auto; width: 360px; border: 1px #000 solid; overflow: hidden; }
#imageBoxInside { width: 10000px; }  #imageBox img { float: left; padding: 0px; margin: 0px; }
#imageBox br { clear: both; }
table.sample {
	border-width: 2px;
	border-spacing: ;
	border-style: solid;
	border-color: black;
	border-collapse: collapse;
	//background-color: #000000;
}
table.sample th {
	border-width: 0px;
	padding: 0px;
	border-style: outset;
	border-color: black;
	background-color: ;
	-moz-border-radius: ;
}
table.sample td {
	border-width: 0px;
	padding: 0px;
	border-style: outset;
	border-color: black;
	background-color: ;
	-moz-border-radius: ;
}
