body{
	background: #000;
	margin: 0;
	padding: 0;
	color: #fff;
	text-align: left;
	line-height: 14px;
	font-size: 10px;
	font-family: 'Arial', sans-serif;
	}
	
/* NON FLASH HTML */
	
	#no-flash-text{
		padding: 100px;
		width: 500px;
			}
			h1{
				margin: 0 0 20px 0;
				font-style: normal;
				font-weight: normal;
				font-size: 16px;
				line-height: 20px;
				color:#f38317;
				}
			h2{
				margin: 0 0 20px 0;
				font-style: normal;
				font-weight: normal;
				font-size: 14px;
				line-height: 18px;
				color:#f38317;
				}
			a{
				color: #f38317;
				text-decoration: none;
				}
				a:hover{
					color: #f38317;
					text-decoration: underline;
					}
			#line{
				border-bottom: 1px dotted #666;
				margin-top: 16px;
				margin-bottom: 2px;
				}