

	/*
		Html Style Sheet
		Esta folha atribui estilos gerais (menos específicos) diretamente as tags e tem por objetivo também
		padronizar alguns valores para diminuir as diferenças entre os diversos browsers

		Versão: 1.0
		Autor: Nome
		E-mail: nome@nome.com.br
		Data de criação: xx/xx/xxxx
		Última atualização: xx/xx/xxxx
	*/


	@font-face {
		font-family: 'HelveticaNeueLight';
		src: url('../fontes/helveticaneuelt-webfont.eot');
		src: local('☺'), url('../fontes/helveticaneuelt-webfont.woff') format('woff'), url('../fontes/helveticaneuelt-webfont.ttf') format('truetype'), url('../fontes/helveticaneuelt-webfont.svg#webfont2fn6p8ns') format('svg');
		font-weight: normal;
		font-style: normal;

	}
	
	@font-face {
	font-family: 'HelveticaNeueBold';
	src: url('../fontes/helveticaneuebd-webfont.eot');
	src: local('☺'), url('../fontes/helveticaneuebd-webfont.woff') format('woff'), url('../fontes/helveticaneuebd-webfont.ttf') format('truetype'), url('../fontes/helveticaneuebd-webfont.svg#webfontLPmp6rfi') format('svg');
	font-weight: normal;
	font-style: normal;
}


	body {
		color: #858585;
		font: 8pt Arial, Verdana, Tahoma;}

	body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,
	pre, form, fieldset, input, textarea, blockquote, th, td {
		margin: 0;
		padding: 0;}

	p {
		margin: 0 0 15px 0;
		padding: 0;}

	input, textarea {
		color: #999;
		padding: 2px;
		font: 8pt Arial, Verdana, Tahoma;}

	select {
		color: #999;
		font: 8pt Arial, Verdana, Tahoma;}

	fieldset, img {
		border: none;
		margin: 0;}

	img { display: block; }

	caption, cite, code, dfn, em, strong, th, var {
		font-style: normal;
		font-weight: normal;}

	address {
		display: block;
		font-weight: normal;
		margin-top:-5px;
	}
	
	h1, h2, h3, h4, h5, h6 {
		font-family: 'HelveticaNeueLight';
		color: #0a73b6;
		text-transform: uppercase;
		font-size: 100%;
		font-weight: normal;}

	blockquote:before, blockquote:after, q:before, q:after {
		content: '';
		content: none;}

	blockquote, q { quotes: none; }

	abbr, acronym { border: 0; }

	caption, th { text-align: left; }

	textarea { overflow: auto; }

	ul, ol, dl { list-style-type: none; }

	a:link, a:visited { text-decoration: none; color: #0a73b6;}

	a:hover, a:active {text-decoration: none; color: #0e96ed;}

	h1 {}

	h2 {}

	h3 {}

	h4 {}

	h5 {}

	h6 {}






