@charset "utf-8";
.highlightDarkBlue {
	font-family: "Century Gothic";
	font-size: 14px;
	font-style: italic;
	font-weight: bolder;
	color: #648697;
	letter-spacing: 1px;
}
.highlightRed {
	font-family: "Century Gothic";
	font-size: 14px;
	font-style: italic;
	font-weight: bolder;
	color: #FF0000;
	letter-spacing: 1px;
}
.titleRed {
	font-family: "Century Gothic";
	font-size: 16px;
	font-style: normal;
	font-weight: 900;
	color: #FF0000;
	letter-spacing: 3px;
	font-variant: small-caps;
}
.titleDarkBlue {
	font-family: "Century Gothic";
	font-size: 16px;
	font-style: normal;
	font-weight: 900;
	color: #648697;
	letter-spacing: 3px;
	font-variant: small-caps;
}
.mainText {
	font-family: "Century Gothic";
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-align: left;
	padding: 5px;
}
.mainTextCenter {
	font-family: "Century Gothic";
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	text-align: center;
	padding: 5px;
}
.mainTextLittle {
	font-family: "Century Gothic";
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	text-align: left;
	padding: 5px;
}
