@charset "utf-8";
/* CSS Document */

body,td,th {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
}
a {
	font-weight: bold;
}
a:link {
	color: #0088da;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0088da;
}
a:hover {
	text-decoration: underline;
	color: #0088da;
}
a:active {
	text-decoration: none;
	color: #0088da;
}
html {
	height: 100%;
	overflow: auto;
}

#flashdiv {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width:  100%;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: auto;
}
