body {
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	position: absolute;
	background: #FFFFFF;
}

#flash-content {
	height: 100%;
}

#html-content {
	display: none;
}

#index {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}
.study {
	font-family: "Arial";
	font-size: 11px;
	color: #555555;
}
h1 {
	font-family: "Arial";
	font-size: 15px;
	color: #666666;
	font-weight: bold;
}

h2 {
	font-family: "Arial";
	font-size: 13px;
	color: #333333;
	font-weight: bold;
	line-height: 1.5em;
}

h3 {
	font-family: "Arial";
	font-size: 10px;
	text-align: center;
	color: #333333;
	font-weight: normal;
}
h4 {
	font-family: "Arial";
	font-size: 11px;
	color: #333333;
	font-weight: bold;
	line-height: 1.5em;
}

h5 {
	font-family: "Arial";
	font-size: 13px;
	text-align: center;
	color: #333333;
	font-weight: bold;
	line-height: 1.5em;
}

h6 {
	display: block;
	font-family: "Arial";
	font-size: 7px;
	color: #333333;
	font-weight: bold;
}

p {
	display: block;
	font-family: "Arial";
	font-size: 13px;
	color: #555555;
	font-weight: normal;
	margin-bottom: 20px;
	line-height: 1.5em;
}

img {
	margin: 5px;
	float: left;
}

a {
	color: #1D3460;
	font-weight: bold;
}

a:hover {
	color: #1D3460;
	text-decoration: underline;
}

.csplayeroff {
	font-weight: normal;
}

.csplayeron {
	font-weight: normal;
	color: #000000;
}

img {
	display: block;
	clear: both;
}
li {
	text-indent: 0pt;
	margin-left: 0pt;
}
.indent20 {
	text-indent: 20pt;
}

.tiny {
	font-size: 1px;
}

em {
	font-weight: bold;
	display: inline;	
}