body {
	background-color : #665d68;
	font-family : Verdana, Arial, sans-serif;
	font-size : 10px;
	color : #000000;
	margin : 16px;
	padding : 0px;
}

table.main {
	background-color : #ffffff;
	background-repeat : no-repeat;
	background-position : bottom right;
	width : 732px;
}

table {
	padding : 0px;
}

table.content {
	margin : 2px;
	width : 100%;
	border-collapse : collapse;
}

td.divider {
	background-color : #ffffff;
}

td.copyright {
	background-color : #297da2;
	text-align : right;
	padding-top : 6px;
	padding-right : 6px;
	padding-bottom : 4px;
}

th.main_header {
	padding : 0px;
	text-align : left;
}

td.picture_panel {
	padding-top : 4px;
	padding-left : 4px;
	padding-right : 2px;
	padding-bottom : 4px;
}

td.text_panel {
	padding-top : 4px;
	padding-left : 2px;
	padding-right : 4px;
	padding-bottom : 4px;
}

p {
	font-size : 12px;
}

p.small {
	font-size : 9px;
}

a {
	color : #267ba4;
	text-decoration : none;
}

a:hover {
	text-decoration : underline;
}

h1 {
	font-size : 110%;
	font-family : Verdana, Arial, sans-serif;
}

td {
	vertical-align : top;
	font-size : 12px;
}

li {
	font-size : 12px;
}

.sold {
	font-size : 8px;
	color : #ff0000;
	background-color : #ffaaaa;
	border-color : #ff0000;
	border-style : solid;
	border-width : 2px;
	padding-left : 2px;
	padding-right : 2px;
	position : relative;
	top : 4px;
	line-height : 250%;
}

.not_for_sale {
	font-size : 8px;
	color : #008000;
	background-color : #aaffaa;
	border-color : #008000;
	border-style : solid;
	border-width : 2px;
	padding-left : 2px;
	padding-right : 2px;
	position : relative;
	top : 4px;
	line-height : 250%;
}

.new {
	font-size : 8px;
	color : #000080;
	background-color : #aaaaff;
	border-color : #000080;
	border-style : solid;
	border-width : 2px;
	padding-left : 2px;
	padding-right : 2px;
	position : relative;
}