html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

body {
	background-color: #383838;
	background-image: url(../images/bg-page.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-family: Tahoma, Geneva, sans-serif;
	margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: center; /* Centers the page content container in IE 5 browsers. */
}

p	{
	font: normal normal normal 75% Tahoma, Geneva, Arial, Helvetica, sans-serif;
	line-height: 150%;
	text-decoration: none;
	text-transform: none;
	}

h1 {
	color: #FFFFFF;
	font: normal normal normal 150% Tahoma, Geneva, Arial, Helvetica, sans-serif;
}

h2 {
	font: normal normal normal 75% Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 0%;
	padding-top: 20px;
	text-decoration: none;
	text-transform: none;
}

a,a:link {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

a:focus {
	color: #FFFFFF;
}

a:active {
	color: #FFFFFF;
}

#outerWrapper {
	margin: 0 auto 0 auto; 
	text-align: left; 
	width: 806px;
	height: 630px;
}

#outerWrapper #header {
	background-image: url(../images/hsb-logo.gif);
	background-position: top left;
	background-repeat: no-repeat;
	border-bottom-style: none;
	font-size: 18px;
	font-weight: bold;
	height: 87px;
	line-height: 15px;
	padding: 0 0 0 0px; 
	text-indent: ;
}

#outerWrapper #contentWrapper #content {
	margin: 0 0 0 0px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0 0 0 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}

#flashcontent {
	border: none;
	width: 806px;
	height: 570px;
	margin: 0;
	text-align: center; /* Centers the page content container in IE 5 browsers. */
	}
