@charset "utf-8";
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: #CCC;
}
.text_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #CCC;
}
.text_big {
	font-family: "Trajan Pro";
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #CCC;
}
.text_title {
	font-family: "Trajan Pro";
	font-size: 32px;
	font-weight: bold;
	text-decoration: none;
	color: #CCC;
}
.foot_links {
	font-family: "Trajan Pro";
	font-size: 18px;
	color: #CCC;
	text-decoration: none;
	font-weight: bolder;
}
