/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}
p {
	text-align: justify;
}
p, td, li, input, textarea, select {
	font-family:  Tahoma, Arial, Helvetica ,sans-serif;
	font-size: 11px;
	color: #666677;
}
a {
	color: #0099FF;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
li {
	margin-left: -20px;
}
.title {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #333344;
	text-align: center;
}
.subtitle {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #333344;
}
.small {
	font-size: 9px;
	color: #CCCCCC;
}
.white {
	color: #FFFFFF;
}
.bg {
	background-attachment: fixed;
	background-image: url(../images/tignes.gif);
	background-repeat: no-repeat;
	background-position: center 71%;
}
.titlewhite {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 38px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
}
