@charset "utf-8";

/* hide from ie on mac \*/
html {
	height: 100%;
}
#flashcontent {
	height: 100%;
}
/* end hide */
body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	font: 76% Arial, sans-serif;
	text-align: left;
	color:#000000;
	margin-left:20px;
	font-size:medium;
}

a:link, a:visited{
	color: #000000;
	text-decoration: underline;
}

a:hover{
text-decoration: underline;
}