@charset "utf-8";
body {
	background-color: #000;
}


body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0;
}

/* CSS Document */

.Default {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FF0;
	text-decoration: none;
}
.Normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FF0;
	text-decoration: none;
}
.NormalJustified {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FF0;
	text-decoration: none;
	text-align: justify;
}

.Heading {
	font-family: "Brush Script MT";
	font-size: 48px;
	font-style: italic;
	line-height: normal;
	font-weight: lighter;
	font-variant: normal;
	text-transform: none;
	color: #FF0;
	text-decoration: none;
}
.SubHeading {
	font-family: "Brush Script MT";
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: lighter;
	font-variant: normal;
	text-transform: none;
	color: #FF0;
	text-decoration: none;
}
.ParagraphHeading {
	font-family: "Brush Script MT";
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: lighter;
	font-variant: normal;
	text-transform: none;
	color: #FF0;
	text-decoration: none;
	text-align: left;
}
