@charset "utf-8";
.WhiteXXLCenterUnderlined {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-large;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
	text-align: center;
}


.WhiteXXLCenter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-large;
	font-weight: bold;
	color: #FFFFFF;
	vertical-align: middle;
}

.GreySmCenter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #999999;
	text-align: center;
}
.WhiteMedCenter {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	text-align: center;
	color: #FFFFFF;
}
.Link Font {
	font-size: medium;
}
.GreyXLCenter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bold;
	color: #999999;
	text-align: center;
	vertical-align: middle;
}
.GreyMCenter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: bold;
	color: #999999;
}
.GreyLCenter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-style: normal;
	font-weight: bold;
	color: #999999;
}
.YellowSmCenter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	color: #CCCC33;
	text-align: center;
}
.YellowLgCenter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-style: normal;
	font-weight: bold;
	color: #CCCC33;
	text-align: center;
	text-decoration: underline;
}
.WhiteSmallCenter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
.WhiteSmJustified {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	text-align: justify;
}

body {
	background-image: none;
	background-color: #000000;
}
a:visited {
	color: #999999;
}
a:hover {
	color: #CCCCCC;
}
a:active {
	color: #009900;
}
a:link {
	color: #0033CC;
}






.YellowMdCenterNoUnderling {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: bold;
	color: #CCCC33;
}
