/*font.css*/
/*INDEX*/
	@font-face {
		font-family: Arial;
		src: url("font/Arial.otf") format("opentype");	
	}
	@font-face {
		font-family: Arialbold;
		src: url("font/arialbd.ttf") format("truetype");	
	}
	@font-face {
		font-family: DINbold;
		src: url("font/DINPro-Bold tr.ttf") format("truetype");	
	}
	@font-face {
		font-family: NeutonBold;
		src: url("font/Neuton-Bold.ttf") format("truetype");	
	}

	/*logo*/
	h1, #title{
		font-family: 'Arialbold';
		font-weight: 100;
	}
	h3, h2, #details, #abouttext, #text01, p{
		font-family: 'Arial';
		font-weight: 100;
	}
	.li1{
		font-family: 'Arialbold';
		font-weight: 100;
	}

	h4{
		font-family: 'DINbold';
		font-weight: 100;
	}
