@charset "utf-8";
.bigwhite {
	font-family: Tahoma;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
.smallorange {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #FF8B00;
	text-decoration: none;
}
.boldblack {
	font-family: Tahoma;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}

.boldgary {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
}
.smallwhite_nor {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	font-style: normal;
}

.smallwhite_bold {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.norgary {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
}
.italicgary {
	font-family: Tahoma;
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
	color: #CCCCCC;
}
.bigwhite_bold {
	font-family: Tahoma;
	font-size: 22px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
