/* CSS Document */
.MainHdr {
	font-family: "Arial Narrow", Arial;
	color: #fff;
	font-size: 30px;
	text-indent: 20px;
	border-bottom-width: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #FCF;
	
		}
		
.FooterText {
	font-family: "Arial Narrow", Arial;
	color: #00AEC2;
	font-size: 35px;
}

.MenuHdr {
	font-family: "Arial Narrow", Arial;
	color: #333;
	font-size: 34px;
}
.PinkHdr {
	font-family: "Arial Narrow", Arial;
	color: #CA3264;
	font-size: 30px;
}
.GreyHdr {
	font-family: "Arial Narrow", Arial;
	color: #464646;
	font-size: 30px;
}
.GreyHdr2{
	font-family: "Arial Narrow", Arial;
	color: #464646;
	font-size: 22px;
}
.submit {
	font-family: "Arial Narrow";
	font-size: 30px;
	color: #333;
	background-color: #00AEC2;
	border: medium solid #00AEC2;
}
