@charset "utf-8";
/* CSS Document */

body {
	background-color: #000000;
}

body,td,th {
	color: #FFFFFF;
}

.Top {
	text-align: center;
}

.Title1 {
	text-align: center;
	font-size: 300%;
}

.SubTitle {
	text-align: center;
	font-size: 150%;
}

.SubTitle1 {
	text-align: left;
	font-size: 150%;
}

.Normal {
	text-align: left;
	font-size: 200%
}

.Normal2 {
	text-align: center;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;	
}

.Normal3 {
	text-align: left;
	font-size: 150%;
}

.Normal4 {
	text-align: center;
	font-size: 200%;
}

.Normal5 {
	text-align: left;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

a:link {
	text-decoration: none;
	color: #FFFFFF;
}

a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

a:active {
	text-decoration: none;
	color: #FFFFFF;
}