@charset "UTF-8";
/* CSS FONTS */



@font-face {
    font-family: 'bariol_regularregular';
    src: url('/fonts/bariol_regular-webfont.eot');
    src: url('/fonts/bariol_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/bariol_regular-webfont.woff') format('woff'),
         url('/fonts/bariol_regular-webfont.ttf') format('truetype'),
         url('/fonts/bariol_regular-webfont.svg#bariol_regularregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


	@font-face {
		font-family: 'helvetica_condensedregular';
		src: url('/fonts/ps-webfont.eot');
		src: url('/fonts/ps-webfont.eot?#iefix') format('embedded-opentype'),
			 url('/fonts/ps-webfont.woff') format('woff'),
			 url('/fonts/ps-webfont.ttf') format('truetype'),
			 url('/fonts/ps-webfont.svg#helvetica_condensedregular') format('svg');
		font-weight: normal;
		font-style: normal;
	
	}	
	
	@font-face {
		font-family: 'helvetica_condensedbold';
		src: url('/fonts/ps_1-webfont.eot');
		src: url('/fonts/ps_1-webfont.eot?#iefix') format('embedded-opentype'),
			 url('/fonts/ps_1-webfont.woff') format('woff'),
			 url('/fonts/ps_1-webfont.ttf') format('truetype'),
			 url('/fonts/ps_1-webfont.svg#helvetica_condensedbold') format('svg');
		font-weight: normal;
		font-style: normal;
	
	}
	
	
	
	

		
/* */


.fonte_padrao {
	font-family:helvetica_condensedregular;
	font-size:15px;
}

.fonte_input {
	font-family:helvetica_condensedregular;
	font-size:13px;
}

.fonte_listagem_amostra {
	font-family:helvetica_condensedregular;
	font-size:12px;
	color:#363533;	
}