@font-face {
  font-family: 'ApexNew-Book';
  src: url('font/ApexNew-Book.eot');
  src: url('font/ApexNew-Book.woff2') format('woff2'),
       url('font/ApexNew-Book.woff') format('woff'),
       url('font/ApexNew-Book.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

td img {display: block;}

body {

	font-family: 'ApexNew-Book';
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

p {

	font-family: 'ApexNew-Book';
	font-size:16px;
	line-height: 1.4;
	text-align:justify;
}

.testemunhos {

	font-family: 'ApexNew-Book';
	font-size:16px;
	line-height: 1.4;
	text-align:justify;
	font-style:italic;
}

.footer {

	font-family: 'ApexNew-Book';
	font-size:14px;
	line-height: 1.4;
	color: #666666;
}


h1 {

	font-family: 'ApexNew-Book';
	line-height: 1.4;
	font-size: 22px;
	font-weight: 900;
	color: #032C6C;
}


h3 {

	font-family: 'ApexNew-Book';
	line-height: 1.4;
	font-size:18px;
	font-weight:bold;
}

h4 {
	font-family: 'ApexNew-Book';
	font-size:16px;
	font-weight:bold;
}

h5 {
	font-family: 'ApexNew-Book';
	font-size:14px;
	font-weight:bold;
	color: #032C6C;
	text-transform: uppercase;
}

/* unvisited link */
a:link {
    color: #070A47;
}

/* visited link */
a:visited {
    color: #070A47;
}

/* mouse over link */
a:hover {
    color: #72B7E0;
	text-decoration:none;
}


/* selected link */
.h5 a:active {
    color: #032C6C;
	text-decoration: none;
	}

/* unvisited link */
.h5 a:link {
    color: #032C6C;
	text-decoration: none;

}

/* visited link */
.h5 a:visited {
    color: #032C6C;
}

/* mouse over link */
.h5 a:hover {
    color: #72B7E0;
	text-decoration:none;
}

/* selected link */
.h5 a:active {
    color: #032C6C;
}

#minhaDiv {
            background: -webkit-gradient(linear, left top, left bottom, from(#72B7E0), to(#B5BCC4));
            background: -moz-linear-gradient(top, #72B7E0, #B5BCC4);
            filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#72B7E0', EndColorStr='#B5BCC4');
}





