@charset "UTF-8";
/* CSS Document */

.text {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: 24px;
	color: #1B2E60;
	text-align: left;
}
.textBold {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: 24px;
	color: #1B2E60;
	font-weight: bold;
	text-align: left;
}
.text_tight {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: 16px;
	color: #1B2E60;
	text-align: left;
}
.text_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	color: 9a8348;
	text-align: left;
}
.textBold_gold {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: 24px;
	color: 9a8348;
	font-weight: bold;
	text-align: left;
}
