@charset "utf-8";
/* hide from ie on mac \*/
	html {
	height: 100%;
}
#flashcontent {
	height: 100%;
	text-align: center;
}
/* end hide */

	body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #BABAA2;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #534A4B;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}