﻿@charset "UTF-8";

html {
	color: #fff;
	background-color: #191919;
	overflow: hidden;
}
body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 100%;
	color: #fff;
	background-color: #191919;
	line-height: 1;
	text-align: left;
	overflow: hidden;
}
a:link, a:active, a:visited {
	color: #3373cc;
	text-decoration: none;
}
a:hover {
	color: #3373cc;
	text-decoration: underline;
}

#flashcontent, #htmlcontent {
	margin: 0 auto 20px auto;
	width: 1200px;
	height: 256px;
	background-color: #000;
}

.disable {
	padding: 60px 20px 0 20px;
}

.disable h2 {
	font-size: 88%;
	font-weight: bold;
	color: #fff;
}
.disable ol {
	padding: 16px 0;
	font-size: 75%;
	color: #d9d9d9;
}
.disable ol li {
	padding: 0 0 10px 0;	
}








