html {
	overflow-y:auto;
	/*height: 100%;
	overflow: hidden;*/
}
#flashcontent {
	/*height: 100%;*/
	text-align:center;
}
body {
	/*height: 100%;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	background-color: #2a2a2a;
}
p{	/*margin-bottom:20px;*/}
h1{	font-size: 16px; /*margin-top:30px;*/}
h2{	font-size: 13px;}
a:link, a:visited, a:active{ color:#36B2F0;}
a:hover{
	color:#36B2F0;
	text-decoration:none;
}
.note{
	font-weight: bold;
	color: #36B2F0;
	background-color:#FFC;
}
.cache {
	/*display:none;*/
}
.gris {
	color:#CCC;
}
#alternative {
	margin:10px 30px;
	text-align:left;
}
