@charset "utf-8";
body {
	background-color: #010066;
}
.Heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FF0000;
}

.BigWhite {
	font-size: 42px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
}
a:link {
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	color: #FFFFFF;
}
a:hover {
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FF0000;
	text-decoration: underline;
}


.Notice {color: #FFFF00}
.Text-12 {
	color: #FFFFFF;
	font-size: 12px;
}
.Text-14 {
	color: #FFFFFF;
	font-size: 14px;
}
.Text-16 {
	color: #FFFFFF;
	font-size: 16px;
}
.Text-18 {
	color: #FFFFFF;
	font-size: 18px;
}
