/* hide from ie on mac \*/

html  {
	height: 100%;
	overflow: hidden;
	}
	
#flashcontent {
	height: 100%;
	}
	
/* end hide */

body{ 
	font: 12px/18px "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF; 
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #008DA0;
	}
	
p {
	padding: 20px 25px 20px 25px;
	}
	
p a:link, a:visited {
	text-decoration: none;
	color: #FFFFFF;
	}
	
p a:hover { 
	text-decoration: underline; 
	}

