@charset "utf-8";
/* CSS Document */
.heading1 {
	font-family: Arial, Verdana;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

.heading2 {
	font-family: Arial, Verdana;
	font-size: 17px;
	font-style: normal;
	font-weight: bold;
	color: #7f7f7f;
	text-decoration: none;
}

.mainText {
	font-family: Arial, Verdana;
	font-size: 13px;
	font-style: normal;
	font-weight: none;
	line-height: 1.75;
	color: #fff;
	text-decoration: none;
}

.mainText.dark {
	color: #666;
}

.mainTextDark {
	font-family: Arial, Verdana;
	font-size: 13px;
	font-style: normal;
	font-weight: none;
	line-height: 1.75;
	color: #333;
	text-decoration: none;
}

.mainTextSm {
	font-family: Arial, Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: none;
	line-height: 1.75;
	color: #fff;
	text-decoration: none;
}

.mainTextLINK {
	font-family: Arial, Verdana;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

.mainTextLINK:hover {
	font-family: Arial, Verdana;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #fff;
	text-decoration: underline;
}

.panelText {
	font-family: Arial, Verdana;
	font-size: 18px;
	font-style: normal;
	font-weight: none;
	line-height: 1.75;
	color: #fff;
	text-decoration: none;
}

.panelText:hover {
	font-family: Arial, Verdana;
	font-size: 18px;
	font-style: normal;
	font-weight: none;
	line-height: 1.75;
	color: #fff;
	text-decoration: underline;
}

.panelHeader {
	font-family: Arial, Verdana;
	font-size: 16px;
	font-style: normal;
	font-weight: none;
	line-height: 1.75;
	color: #f2f2f2;
	text-decoration: none;
}

.paraStart {
	font-family: Arial, Verdana;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	line-height: 1.75;
	color: #fff;
	text-decoration: none;
}

.paraStart.orange {
	color: #e99d6c;
}


.footerHeader {
	font-family: Arial, Verdana;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

header{
	/*background: #fff;*/
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}


footer{
	background: #7f7f7f;
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 50px 0px;
}

.footer2{
	background: #fff;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	border: solid #ff6600;
	border-width: 2px 0px 0px 0px;
}

