/*********************************
 * Introduction Page
 ********************************/

.IntroductionTitle {
	position: relative;
	width: 100%;
	font-family: veranda, sans-serif;
	font-size: 28px;
	text-align: center;
	color: #115AAD;
}

.IntroductionLogos {
	position: relative;
	width: 345px;
	float: left;
	border: none;
	text-align: center;
}

.IntroductionContacts {
	position: relative;
	width: 230px;
	float: left;
	text-align: center;
}

.IntroductionFooter {
	position: relative;
	width: 100%;
	font-size: 12px;
	text-align: center;
}

