@charset "utf-8";
/* CSS Document */
/* hide from ie on mac */
html, body, #flashcontent {
	height:100%;
	overflow:hidden;
}
/* end hide */
body {
	background-color:#FFFFFF;
	color:#A39161;
	margin:0;
	padding:0;
	height:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.75em; /* 9pt, 12px */
}
#flashcontent {
	text-align:center;
	height:100%;
}
a, a:link, a:active, a:visited {
	color:#A39161;
	text-decoration:underline;
}
a:hover {
	color:#FFFFFF;
	background-color:#A39161;
	text-decoration:none;
}
#flashcontent table td {
	text-align:center;
}
