/*fonts*/
@font-face {
	font-family: 'menu_font';
	src: url('../font/DejaVuSerifCondensed.eot');
	src: local('menu_font'), url('../font/DejaVuSerifCondensed.ttf') format('truetype');
}
		
@font-face {
	font-family: 'texts_font';	
	src: url('../font/Dustismo.eot');
	src: local('texts_font'), url('../font/Dustismo.ttf') format('truetype');
}

@font-face {
	font-family: 'texts_bold';	
	src: url('../font/dustismo_bold.eot');
	src: local('texts_bold'), url('../font/dustismo_bold.ttf') format('truetype');
}

.header_text{
	font-family:texts_font;
	text-decoration:none;	
	text-align:center;
	font-size:14px;
	color:#000000;	
}

.title_cont{
	font-family:menu_font;	
	text-decoration:none;
	font-size:72px;
	color:#000000;			
}

.text_cont{
	font-family:texts_font;	
	text-decoration:none;
	font-size:14px;
	color:#000000;		
}

.text_bold{
	font-family:texts_bold;	
	text-decoration:none;
	font-size:14px;
	color:#000000;		
}