/* CSS Document */

body {
	background: #ffffff url('../images/common/backhue.jpg') repeat-x;
    font: .7em verdana, arial, helvetica, sans-serif; /* 1em = 16pts */
    color: #4f616b;
}

a {
	color: #90475a;
	text-decoration:none;
}

a:hover {
	color: #663300;
	text-decoration:underline;
	font-weight:100;
}

a.navlinks {
	color: #663300;
	font-size: 1em;
	text-decoration:none;
}

a.navlinks:hover {
	color: #ffffff;
	font-size: 1em;
	text-decoration:underline;
}

a.textphoto {
	color: #ffffff;
	text-decoration:none;
}

img {border: 0; }

td {vertical-align: top; }

ul.property {
    margin: 0 0 0 5px;
    padding: 0 5px 0 10px;
}
