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

/* ------------------------------------------------------------------------------------------------------------------------*/
	
/* ------------------------------------------------------------------------------------------------------------------------*/

/* containers */

.flashmovie {
	background: #fbfbfb;
	width:100%;
	height:100%px;
	position:absolute;
	top:0;
	left:0;
}
/* ------------------------------------------------------------------------------------------------------------------------*/

/* fonts */

.head1 {
	font-family:Helvetica, Arial, sans-serif;
	font-size:14pt;
	color:#111111;
}

/* ------------------------------------------------------------------------------------------------------------------------*/

/* links */

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
