body
{
	background: #c0c0c0;
	font-family: Verdana;
	font-size: 11pt;
	text-align: center;
	margin: 0;
}

div.navbar
{
	width: 728px;
	height: 58px;
	left: 0px;
}

div.header
{
	width: 728px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: Verdana;
	font-size: 16pt;
	font-weight: bold;
	background-color: #c0c0c0;
	text-align: center;
}

table.navbar
{
	width: 100%;
	height: 100%;
	border-left: 1px solid black;
	border-top: 1px solid black;
}

td.navbarLink
{
	width: 25%;
	background-color: white;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	text-align: center;
	font-weight: bold;
	font-size: 18pt;
	opacity: 0.81;
	filter: alpha(opacity = 81);
	cursor: pointer;
}

td.selectedNavbarLink
{
	width: 25%;
	background-color: #e5e5e5;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	text-align: center;
	font-weight: bold;
	font-size: 18pt;
	background-position: bottom center;
	background-repeat: no-repeat;
	background-image: url(../images/uparrow.gif);
}

span.title
{
	font-size: 13pt;
	font-weight: bold;
}

div.subHeader
{
	font-size: 7pt;
	width: 100%;
	text-align: center;
	font-weight: normal;
}

div
{
	text-align: left;
}

div.content
{
	width: 497px;
	margin-left: 213px;
	margin-top: 10px;
}

div.container
{
	width: 728px;
	margin-left: auto;
	margin-right: auto;
}

img.thumbnail
{
	border: 1px solid black;
}

div.thumbnail
{
	position: relative;
}

font.thumbnaillink
{
	font-size: 8pt;
}

a
{
	color: #213183;
}

.hidden
{
	display: none;
}

div.hiddenPage
{
	visibility: hidden;
	display: none;
}

div.pageNavigation
{
	text-align: center;
}

div.contentContainer
{
	background-repeat: no-repeat;
}

div.sold
{
	position: absolute;
	right: -1px;
	bottom: -1px;
	background-image: url(../images/sold.gif);
	width: 50px;
	height: 50px;
	cursor: pointer;
}