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

p {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #03b7c3;
	line-height: 20px;
	padding: 0 0 0 22px;
}

td {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #03b7c3;
}

.greenSm {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #a3d165;
	
}

.subTitle {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #03b7c3;
	line-height: 20px;
	font-weight: bold;
}

.footer {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFF;
	font-weight: bold;
}

a:link {
	color: #03b7c3;
	text-decoration: none;
}


a:visited {
	color: #03b7c3;
	text-decoration: none;
}


a:hover {
	color: #a3d165;
	text-decoration:underline;
}


a:active {
	color: #03b7c3;
	text-decoration: none;
}
/*