html {
	height: 100%;
}

body
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #ffffff;
	height: 100%;
}

img {
	border: none;
}

h1, h2, h3, h4, a, b, u, i, div, span, input, textarea, select {
	font-family: Arial, Verdana;
	font-size: 12px;
	color: #8b9397;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

html, div {
	scrollbar-base-color: #ffffff;
	scrollbar-arrow-color: #8b9397;
	scrollbar-track-color: #ffffff;
	scrollbar-shadow-color: #8b9397;
	scrollbar-lightshadow-color: #ffffff; 
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-highlight-color: #8b9397;
	scrollbar-3dlight-color: #ffffff;
}

#flashContainer {
	height: 100%;
}