td {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}
strong {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.missing_image {
    background-color: #eeeeee;
    text-align: center;
    color: #999999;
}
a.ch_lang {
    color: #ffff99;
    font-family: arial, helvetica, sans serif;
    font-size: 11px;
    text-decoration: none;
	margin-bottom: 2em;
	display: block;
}
a.ch_lang:hover {
    font-weight: bold;
}

/* Prices page styles */
div.chalet_prices {
	margin-bottom: 14px;
	width: 500px;
}
div.chalet_prices table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0px;
}
div.chalet_prices td {
	border: 1px solid #009900;
	padding: 3px;
}
div.chalet_prices tr.hdr td {
	background: #e0e0e0;
	font-size: 13px;
}
div.chalet_prices td#date {
	width: 130px;
}

/* photo credits */
div.credit {
	font-size: 11px;
	font-style: italic;
	text-align: center;
	color: #669966;
}
