@charset "utf-8";
/* CSS Document */
.heading1 {
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

.heading1.purple { color: #372f9e;
}

.heading2 {
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

.heading3 {
	font-size: 17px;
	font-style: normal;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}


.mainText {
	font-size: 16px;
	font-style: normal;
	font-weight: none;
	line-height: 1.75;
	color: #5a5a5a;
	text-decoration: none;
}

.mainTextBullet {
	font-size: 13px;
	font-style: normal;
	font-weight: none;
	line-height: 1.75;
	color: #5a5a5a;
	text-decoration: none;
}

.mainTextSm {
	font-size: 14px;
	font-style: normal;
	font-weight: none;
	line-height: 1.75;
	color: #333;
	text-decoration: none;
}

.mainTextLINK {
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #5a5a5a;
	text-decoration: none;
}

.mainTextLINK:hover {
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #5a5a5a;
	text-decoration: underline;
}

.panelText {
	font-size: 16px;
	font-style: normal;
	font-weight: none;
	line-height: 1.75;
	color: #000;
	text-decoration: none;
}

.panelText:hover {
	font-size: 16px;
	font-style: normal;
	font-weight: none;
	line-height: 1.75;
	color: #000;
	text-decoration: underline;
}

.panelHeader {
	font-size: 16px;
	font-style: normal;
	font-weight: none;
	line-height: 1.75;
	color: #000;
	text-decoration: none;
}

.paraStart {
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	line-height: 1.75;
	color: #5a5a5a;
	text-decoration: none;
}

.footerText {
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
}

.footerTextLink {
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
}

.footerTextLink:hover {
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #fff;
	text-decoration: underline;
}

.footerHeader {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #5a5a5a;
	text-decoration: none;
}

header{
	/*background: #fff;*/
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}


footer{
	background: #000;
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 50px 0px;
}

.header2{
	background: #7d75ee;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}


