@charset "utf-8";
/* CSS Document */

	body, div, p, span, h1, h2, h3, h4, h5, h6, img, ul, li, a, form, fieldset {
		border: none;
		margin: 0;
		padding: 0;
	}
	
	body {
		font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
		background-color: #FFFFFF;
		color: #1a171b;
		width: 100%;
		height: 100%;
		padding-top: 23px;
	}

	.outline {
		position: absolute;
		top: -5000px;
		left: -5000px;
		visibility: hidden;
	}
	
	.centered_outer {
		text-align: center;
	}
	
	.centered {
		text-align: left;
		margin-left: auto;
		margin-right: auto;
	}
	
	#flash_outer {
		height: 100%;
		width: 100%;
	}
	
	object {
		outline: none;
	}