/* hide from ie on mac \*/
html {
	height: 100%;
}
/* end hide */

body {
	background-color: #D8DCDF;
	margin: 0;
	padding: 0;
	height: 100%;
}

#flashcontent {
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	/* hide from ie on mac \*/
	height: 100%;
	/* end hide */
	width: 100%;
}

#noflash {
	text-align: center;
	height: 300px;
	width: 500px;
	margin: auto;
	padding-top: 30px;
	color: #AAAAAA;
}

p {
	margin-top: 0px;
	color:#999999;
	font-size:12px;
	line-height:18px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

a {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #c80a24;
	text-decoration:none;
}

a:hover {
	color: #c80a24;
	
}
