html{
	overflow:auto;
}

body{
	background-color:#FFFFFF;
	margin:0px;
	padding:0px;
	font-family:"Verdana";
	font-size: 12px;
	overflow:auto;
}

img{ 
	margin:0px;
	padding: 0px;
	border: 0px;
}

h1{
	font-size: 20px;
	font-weight:bold;
}

h2{
	font-size: 18px;
	font-weight:bold;
}

h3{
	font-size: 16px;
	font-weight:bold;
}

p{
	font-size: 12px;
}

#flashContent{
	border: none;
	margin: 0px 0px;
	position: absolute;
	overflow: hidden;
}