/* 
	Author	: Code d'Azur
	Version	: 0.2
    Type	: CSS SCALABLE FOR FLASH
*/

html, body {
    height			: 100%;
    overflow		: hidden;
    margin			: 0;
	padding			: 0;
	background-color: #FFFFFF;
}

#flash {
	height			: 100%
}

object#flash { 
	display			: block; 
	outline			: none; 
}

.htmlFont {
	color			: #FFFFFF;
	font-family		: Tahoma, Helvetica, sans-serif;
	font-size		: 11px;
	line-height		: 14px;
	text-align		: center;
}