@charset "utf-8";

/*---------------------- Defaults ---------------------- */

  body {
	padding: 0;
	margin: 0;
	font: 10px Verdana, Arial, Helvetica, sans-serif;

}

.clearBoth {clear:both;}

.hometext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-align: justify;
	color: #555555;
}

.hometexttitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-align: justify;
	color: #2e89b6;
}

.hometexttitle1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-align: justify;
	color: #2e89b6;
}

.hometextlink{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: normal;
	font-weight: normal;
	font-style: normal;
	text-align: justify;
	color: #ff3e02;
}
.hometextlink a{
	color: #ff3e02;
	text-decoration: none;
	text-align: justify;
}
.hometextlink a:hover{
	color: #2e89b6;
	text-decoration: none;
	text-align: justify;
}


