@charset "UTF-8";
/* CSS Document */

/***************************  GLOBAL ***************************/
	@font-face {
		font-family: 'DIN';
		src: url('font/DIN-Regular.eot');
		src: url('font/DIN-Regular.eot?#iefix') format('embedded-opentype'),
			 url('font/DIN-Regular.woff') format('woff'),
			 url('font/DIN-Regular.ttf') format('truetype'),
			 url('font/DIN-Regular.svg#DIN') format('svg');
		font-weight: normal;
		font-style: normal;
	}
	
	@font-face {
		font-family: 'DIN';
		src: url('font/DIN-Bold.eot');
		src: url('font/DIN-Bold.eot?#iefix') format('embedded-opentype'),
			 url('font/DIN-Bold.woff') format('woff'),
			 url('font/DIN-Bold.ttf') format('truetype'),
			 url('font/DIN-Bold.svg#DIN') format('svg');
		font-weight: bold;
		font-style: normal;
	}
	
	body { 
		font-family: "DIN", Arial, sans-serif;
		color:#777777;
  		background: url('../images/circles.png') repeat;  
		/*text-shadow: 0 1px 0 rgba(10,10,10,0.3);*/
	}
	#headerbackground1{
 		background: url('../images/circles.png') repeat; 
/*
		-webkit-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
		-moz-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
		box-shadow: 0 3px 7px rgba(0,0,0,0.3);
*/



	}
	img {
		max-width:100%
	}
	img {
		-ms-interpolation-mode: bicubic;
	}
	a{
		text-decoration: none;
		color: inherit;
	}
	.titleorange{
		font-size:25px;
		color:#EE7D02;
		padding-left:20px
	}
	.titlegreen{
		font-size:25px;
		color:#65B22E;
		padding-left:20px
	}
	
	h1 {
		font-size:20px;	
	}
	h2 {
		font-size:18px;	
	}
	h3 {
		font-size:16px;	
	}
	
	
	
	
/*************************  END GLOBAL *************************/
