/* hide from ie on mac \*/
html {
	height: 100%;
	overflow: hidden;
}
#flashcontent {
	height: 100%;
}
/* end hide */
body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
h1{
	margin-top:20px;
	font-size:15px;
}
a{
	text-decoration:none;
}
ul{
	list-style: none;
	margin-left:0px;
	padding-left:1em;
	text-indent:-1em;
}
.noFlashText {
	text-align:left;
	vertical-align:middle
}