/* hide from ie on mac \*/
html {
	height: 100%;
	overflow: auto;
}
#flashcontent {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width:  100%;
}
/* end hide */
body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

h1 {
	font-size: 11px;
	font-weight: bold;
	padding-top: 18px;
	padding-bottom: 0px;
}

p {
	padding-top: 18px;
	padding-bottom: 0px;
}

a {
	color: #333333;
}
