@charset "utf-8";
/* CSS Document */

.FontBoldGold {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: ffc90d;
	padding-top: 14px;
}

.FontBoldWhite {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 5px;
}
.FontNormWhite {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
}
.FontLineWhite {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
}