@charset "utf-8";
/* CSS Document */

body{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#333333;
line-height:14px;
}
.title{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#333333;
font-weight:bold;
}
.show{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#333333;
}

table.chalet {
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
	border-collapse: collapse;
	font-size:11px;
	color:#666666;
	text-align:center;
}
table.chalet th {
	border-width: 1px;
	padding: 0px;
	border-style:solid;
	border-color: #999999;
	color:#666666;
	font-weight:bold;
	text-align:center;
}
table.chalet td {
	border-width: 1px;
	padding: 0px;
	border-style: solid;
	border-color: #999999;
	color:#666666;
}
table.day {
	border-spacing: 1px;
	border-style:solid;
	border-color: #666666;
	border-collapse: collapse;
	font-size:11px;
	color:#666666;
	text-align:center;
}
table.day th {
	border-width: 0px;
	padding: 2px;
	border-style: solid;
	color:#666666;
	font-weight:bold;
	text-align:center;
}
table.day td {
	border-width: 0px;
	padding: 2px;
	border-style: solid;
	color:#666666;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #666666;
}
