@charset "utf-8";
/* CSS Document */

.pagetitle {
	font-family: "Futura Md", Garamond;
	font-size: 24px;
	font-weight: 600;
	color: #2C53BA;
	letter-spacing: 3px;
}
p {
	font-family: Tahoma;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	color: #0D1735;
	letter-spacing: 1px;
	word-spacing: 2px;
}
.boldit {
	font-weight: bold;
}
.lessertitle {
	font-family: "Futura Md", Garamond;
	font-size: 18px;
	font-weight: 600;
	color: #2C53BA;
	letter-spacing: 3px;
}
.footer {
	font-family: Tahoma;
	font-size: 10px;
	line-height: 20px;
	font-weight: 400;
	color: #FFFFFF;
	letter-spacing: 1px;
	word-spacing: 2px;
}
.smalltitle {
	font-family: "Futura Md", Garamond;
	font-size: 14px;
	font-weight: 600;
	color: #2C53BA;
	letter-spacing: 3px;
}
.smalltext {
	font-family: Tahoma;
	font-size: 12px;
	line-height: 20px;
	font-weight: 400;
	color: #000000;
	letter-spacing: 1px;
	word-spacing: 2px;
}
.lessertitleblack {
	font-family: "Futura Md", Garamond;
	font-size: 18px;
	font-weight: 600;
	color: #000000;
	letter-spacing: 3px;
}

