@charset "utf-8";
/* CSS Document */

.MainText {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #d9ca92;
	letter-spacing: 1px;
	word-spacing: 1px;
}
.MainTextCAPS {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #d9ca92;
	letter-spacing: 1px;
	word-spacing: 1px;
	text-transform: uppercase;
}
.MainTextSmall {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: normal;
	color: #d9ca92;
	letter-spacing: 1px;
	word-spacing: 1px;
}
.PageText {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: normal;
	color: #FFFFFF;
	letter-spacing: 1px;
	word-spacing: 1px;
	line-height: 20px;
}
.Subtitles {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #d9ca92;
	letter-spacing: 2px;
	word-spacing: 1px;
	text-transform: uppercase;
}
