body {
	margin: 0px;
	padding: 10px;
	background-color: white;
}


body, p, div, td, .normal {
	font-family: Verdana, Arial;
	color: #543C31;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
}

input, textarea {
	font-family: Verdana, Arial;
	font-size: 12px;
}

a:link, a:active, a:visited {
	color: #543C31;
	font-weight: bold;
}

a:hover {
	color: #968881;
	font-weight: bold;
}

.catalogtitle {
	font-size: 14px;
	font-weight: bold;
}

.thumbnail {
	width: 100px;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 10px;
	font-weight: bold;
	margin-top: 5px;
	white-space: nowrap;
	text-align: center;
}

.title {
	font-weight: bold;
	font-size: 14px;
}

.subtitle {
	font-weight: bold;
	font-size: 13px;
	font-style: italic;
}

hr {
	border: 1px solid #543C31;
	height: 1px;
}

.pagetitle {
	font-weight: bold;
	font-size: 13px;
	border-bottom: 1px solid #543C31;
}


