.mainBack {
	background-image: url(../images/home-bg.png);
	background-repeat: repeat-x;
	height: 670px;
}
h1 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 21pt;
	color: #0077b7;
	font-style: normal;
	font-weight: normal;
}
h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	color: #556061;
}
p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000;
	text-align: justify;
	line-height: 18px;
}
.dottedLine {
	border-top-width: 2px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999;
	margin-bottom: 0px;
	margin-top: -20px;
	padding: 0px;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999;
}
