@font-face {
  font-family: 'Lato-Light';
  src: url('../fonts/Lato-Light.eot');
  src: url('../fonts/Lato-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato-Light.woff') format('woff'), url('../fonts/Lato-Light.ttf') format('truetype'), url('../fonts/Lato-Light.svg#Lato-Light') format('svg');
}
.latolight {
  /*display: inline-block;*/
  font-family: 'Lato-Light';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-family: 'Lato-Medium';
  src: url('../fonts/Lato-Medium.eot');
  src: url('../fonts/Lato-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato-Medium.woff') format('woff'), url('../fonts/Lato-Medium.ttf') format('truetype'), url('../fonts/Lato-Medium.svg#Lato-Medium') format('svg');
}
.latomedium {
  /*display: inline-block;*/
  font-family: 'Lato-Medium';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-family: 'Lato-Bold';
  src: url('../fonts/Lato-Bold.eot');
  src: url('../fonts/Lato-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato-Bold.woff') format('woff'), url('../fonts/Lato-Bold.ttf') format('truetype'), url('../fonts/Lato-Bold.svg#Lato-Bold') format('svg');
}
.latobold {
  /*display: inline-block;*/
  font-family: 'Lato-Bold';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

* {
	margin: 5px;
}

.fsz14{
	font-size:14px;
}
.fsz16{
	font-size:16px;
}
.fsz18{
	font-size:18px;
}
.fsz20{
	font-size:20px;
}

.bgCinzaLight{
	background-color:#EAEAEA;
}

.bgCinzaMedium{
	background-color:#999999;
}

.bgBranco{
	background-color:#FFFFFF;
}

.fonteCinza{
	color:#8D8D8D;
}

.fonteBranca{
	color:#FFFFFF;
}

.tabela td{
	padding:10px;
	table-layout:auto;
	width:300px;
}

.titulo{
	padding:5px;
}

TABLE{
	border-collapse: collapse;
}

.italic{
	font-style:italic;
}

.clearSpacing{
	width:100%;
	height:5px;
}

.maiuscula{
	text-transform:uppercase;
}

.download{
	padding:5px 10px;
	border:1px solid #666666;
	background-color:#CCCCCC;
	cursor:pointer;
	width:100px;
	text-align:center;
	margin-left:10px;
}

.download:hover{
	background-color:#999999;
}