body {
	background-color: #CCCCCC;
	color: #666666;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 0.7em;
	font-style: normal;
	line-height: 1.1em;
	font-weight: normal;
	font-variant: normal;
}

/* hide from ie on mac \*/
html {
	height: 100%;
	overflow: hidden;
}

#flashcontent {
	height: 100%;
	display: block;
	text-align: justify;
}
#note {
	width: 600px;
	margin-top: 50px;
	margin-left: 50px;
	background-image: url(img/logo.gif);
	background-repeat: no-repeat;
}

/* end hide */

a:link {
	color: #990000;
	text-decoration: none;
}

a:visited {
	color: #FF0000;
	text-decoration: none;
}

a:hover {
	color: #FF0000;
	text-decoration: underline;
}

a:active {
	color: #A19275;
	text-decoration: none;
}

