html {
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
/*overflow: hidden;*/
}
body
{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	overflow-x: hidden;
	overflow-y: auto;
/*	overflow-y: auto; */
}

#flashcontent {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Verdana,Helvetica,Arial,sans-serif;
	text-align: left;
	color:#9C9C9C;
	font-size: 10px;
	line-height: 1.6;
}

#header {
	position: absolute;
	left: 260px;
	top: 50px;
}

#links {
	position: absolute;
	left: 50px;
	top: 180px;
}

#pagecontent {
	position: absolute;
	width: 50%;
	left: 260px;
	top: 180px;
	text-align: justify;
}

h3 {
	padding: 0;
	margin: 0 0 10px 0;
}

p {
	padding: 0;
	margin: 0 0 10px 0;
}
a { 
color:#666666;
text-decoration:underline;
}

a:hover {
color:#000000;
text-decoration:none;
}

a img{
border:none;
}

