/* CSS Document */

body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:12px;
	line-height:18px;
	background-color: #ffffff;
}




.flashhome {
	width: 100%;
	height:100%;
	display:block;
	margin:0;
	padding:0;
	overflow:hidden;
}
.flashhome p {
	margin:10px 100px 10px 100px;
}
.flashhome a, .flashhome a:link, .flashhome a:active, .flashhome a:visited {
	color:#000;
	font-weight:bold;
	text-decoration:none;
}
.flashhome a:hover {
	color:#666;
}


.flash_backg {
	position:absolute;
	display:block;
	background-color: #ffffff;
	width: 100%;
	height: 100%;

}



