@charset "UTF-8";
.text {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	line-height: 16px;
}
.textBig {
	font-family: "Times New Roman", Times, serif;
	font-size: 35px;
	color: #666666;
	text-decoration: none;
	line-height: 16px;
	white-space: nowrap;
}
.text a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	line-height: 16px;
}
.text a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	line-height: 16px;
}
.text a:active {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	line-height: 16px;
}
.text a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	line-height: 16px;
}
.textBig a:link {
	text-decoration: none;
	font-size: 36px;
	color: #666666;
}
.textBig a:visited {
	color: #666666;
	font-size: 36px;
	text-decoration: none;
}
.textBig a:hover {
	color: #000000;
	font-size: 36px;
	text-decoration: none;
}
.textBig a:active {
	color: #000000;
	font-size: 36px;
	text-decoration: none;
}

