@charset "UTF-8";
/* CSS Document 

30% #BCBEC0
20% #D1D3D4
orange: #F47B20
yellow: #FFC20D
blue: #009BD8
green: #BFD73B

*/

@import url("reset.css");

body {
	background:#D1D3D4;
	text-align:center;
	font-size:100%;
	line-height:1.7em;
	font-family:Helvetica, Arial, sans-serif;
	color:#666;
}

p {
	font-family:Helvetica, Arial, sans-serif;
	}
	
a, a:link, a:hover, a:active {
	font-family:Helvetica, Arial, sans-serif;
	color:#F47B20;
}

#flashcontent {	
	width:1060px;
	height:880px;
	margin:-440px 0 0 -530px;
	position:absolute;
	top:50%;
	left:50%;
	
	}
	
.logo {
	margin:50px 0 25px 0;
}

span {
	display:block;
	margin:10px 0;
	font-size:14px;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.title {
	font-size:30px;
	}
#noflash {
	background:url(../images/noflash-bgd.png) no-repeat top left;
	height:880px;
	padding:150px 0 0 0;
	}
.legal {
	font-size:10px;
	line-height:12px;
	margin:20px 0 0 0;
}