@charset "utf-8";

/* Text */

.text-btm {
	font-family: Arial;
	font-size: 10px;
	color: #9595c3;
}
.text-font-11-white {
	font-family: Arial;
	font-size: 11px;
	color: #ffffff;
}
.text-font-11-orange {
	font-family: Arial;
	font-size: 11px;
	color: #ffcb03;
}
.text-font-11-white2 {
	font-family: Georgia;
	font-size: 11px;
	color: #ffffff;
}
.text-font-12-white {
	font-family: Arial;
	font-size: 12px;
	color: #ffffff;
}
.text-font-13-orange {
	font-family: Georgia;
	font-size: 13px;
	color: #ffcb03;
}
.text-font-13-orange2 {
	font-family: Arial;
	font-size: 13px;
	color: #ffcb03;
}


/* Links */

.link-font-11-orange {
	font-family: Arial;
	font-size: 11px;
	color: #ffcb03;
	text-decoration:none;
}
.link-font-11-orange:hover {
	font-family: Arial;
	font-size: 11px;
	color: #ffcb03;
	text-decoration:underline;
}
.link-font-11-orange2 {
	font-family: Georgia;
	font-size: 11px;
	color: #ffcb03;
	text-decoration:none;
}
.link-font-11-orange2:hover {
	font-family: Georgia;
	font-size: 11px;
	color: #ffcb03;
	text-decoration:underline;
}
.link-font-11-white {
	font-family: Georgia;
	font-size: 11px;
	color: #ffffff;
	text-decoration:none;
}
.link-font-11-white:hover {
	font-family: Georgia;
	font-size: 11px;
	color: #ffffff;
	text-decoration:underline;
}
