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

#flash_flash 
{ 
	position: absolute; top: 0; left: 0; height: 100%; width:  100%; 
	min-width: 980px;
	min-height: 660px;
	/* IE Dynamic Expression to set the width */
	width:expression(document.body.clientWidth < 980 ? "980px" : "100%" );
	height:expression(document.body.clientHeight < 660 ? "660px" : "100%" );
}
/* end hide */

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}
#flash_alternative{
	padding: 100px;
	color: #666666;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
}
a:link {
	color: #666666;
	text-decoration: underline;
}
a:visited {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #000066;
}

