/* CSS Document */
/* hide from ie on mac \*/
html {
	height:100%;
	overflow:hidden;
}
#flashcontent {
	width:100%;
	height:100%;
}
/* end hide */
body {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	background-color:#ffffff;
}
/* FLASH */
a:link {
    text-decoration: none;
    color: #588CB3;
}
a:hover{
    text-decoration: underline;
    color: #6CAEE0;   
}

