@charset "utf-8";
/* CSS Document */

body {
	background-color: #231F20;
}
.Header {
	font-family: "Segoe UI";
	font-size: 12px;
	color: #FF6600;
	font-weight: bold;
	text-transform: uppercase;
}
.Basic {
	font-family: "Segoe UI";
	font-size: 12px;
	color: #000000;
	line-height: 1.6;
}
.Grey_small {
	font-size: 10px;
	font-family: "Segoe UI";
	color: #999999;
}
.Basic_white {
	font-family: "Segoe UI";
	color: #FFFFFF;
	font-size: 12px;
	line-height: 1.6;
}
.Basic_grey {
	font-family: "Segoe UI";
	font-size: 12px;
	color: #999999;
	line-height: 1.6;
}
.hyperlink {
	font-family: "Segoe UI";
	font-size: 12px;
	font-weight: normal;
	color: #FFCC66;
	text-decoration: none;
}
.hyperlink_white {
	font-family: "Segoe UI";
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.Basic_orange {
	font-family: "Segoe UI";
	font-size: 12px;
	color: #FF6600;
	line-height: 1.6;
}
.Basic_black {
	font-family: "Segoe UI";
	font-size: 12px;
	color: #000000;
	line-height: 1.6;
}
.white  purple {
	font-family: "Segoe UI";
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #CE008C;
}
.Basic_white_blue {
	font-family: "Segoe UI";
	color: #FFFFFF;
	font-size: 12px;
	line-height: 1.6;
	background-color: #00ADEF;
}
.Basic_white_orange {
	font-family: "Segoe UI";
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.6;
	background-color: #FF6600;
}
.Basic_white_Magenta {
	font-family: "Segoe UI";
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #CE008C;
}
.Basic_magenta {
	font-family: "Segoe UI";
	color: #CE008C;
	font-size: 12px;
	line-height: 1.6;
}
.Basic_magenta_Bold {
	font-family: "Segoe UI";
	color: #CE008C;
	font-size: 12px;
	line-height: 1.6;
	font-weight: bold;
}
.Basic_white_Bold_Caps {
	font-family: "Segoe UI";
	color: #FFFFFF;
	font-size: 12px;
	line-height: 1.6;
	font-weight: bold;
	text-transform: uppercase;
}
.Grey_small_Caps {
	font-size: 10px;
	font-family: "Segoe UI";
	color: #999999;
	font-weight: bold;
	text-transform: uppercase;
}


.Basic_black_Bold {
	font-family: "Segoe UI";
	font-size: 12px;
	color: #000000;
	line-height: 1.6;
	font-weight: bold;
}
.Header_Huge {
	font-family: "Segoe UI";
	font-size: 24px;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: blink;
}
