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

.heading1 {
	font-family: Verdana, Arial;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #044733;
	text-decoration: none;
}


.heading2 {
	font-family: Verdana, Arial;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #044733;
	text-decoration: none;
}

.heading3 {
	font-family: Verdana, Arial;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #014C8D;
	text-decoration: none;
}

.mainText {
	font-family: Century Gothic, Verdana, Arial;
	font-size: 13px;
	font-style: normal;
	font-weight: none;
	line-height: 1.75;
	color: #4d4d4d;
	text-decoration: none;
}

.mainTextSm {
	font-family: Century Gothic, Verdana, Arial;
	font-size: 10px;
	font-style: normal;
	font-weight: none;
	line-height: 1.75;
	color: #4d4d4d;
	text-decoration: none;
}

.mainTextLINK {
	font-family: Century Gothic, Verdana, Arial;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #d6ba17;
	text-decoration: none;
}

.mainTextLINK:hover {
	font-family: Century Gothic, Verdana, Arial;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #d6ba17;
	text-decoration: underline;
}

.paraStart {
	font-family: Century Gothic, Verdana, Arial;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	line-height: 1.75;
	color: #4d4d4d;
	text-decoration: none;
}

.footerText {
	font-family: Verdana, Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}

.sliderHeader {
	font-family: Verdana, Arial;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}


#tableBorder{ 
	border: solid 1px #666666; 
}

