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

.RegularText {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #FFF;
	font-weight: normal;
}
.HiddenText {
	font-size: 10px;
	color: #667596;
}

.RegularBoldText {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
}
.RegularBoldOrangeText {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #F60;
}
.SmallText {
	font-size: 12px;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
}
.BigText {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 32px;
	color: #FFF;
	font-weight: bold;
}
.BigOrangeText {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 32px;
	color: #F60;
	font-weight: bold;
}
a:link {
	color: #79A7D9;	
	font-weight: bold;
}
a:visited {
	color: #999;
}
