/* *********************** */
/* General tags */
body			{margin: 0; padding: 0; color: #000; font-family: AllerLight, Calibri, Verdana; font-size: 13px;
				 background-color: #555;}

a				{display: inline-block; color: #000; text-decoration: none; outline: none;}
a:hover			{color: #FF7700;}
a img			{border: none;}

ul				{list-style: none; margin: 0; padding: 0;}

h1				{font-family: AllerRegular, Verdana; font-size: 24px; color: #FF7700; margin: 0 0 10px 0;}
h2				{font-family: AllerRegular, Verdana; font-size: 18px; color: #FF7700; margin: 0 0 5px 0;}
h3				{font-family: AllerRegular, Verdana; font-size: 15px; color: #FF7700; margin: 5px 0 0 0;}

/* *********************** */
/* Font face */
@font-face {
	font-family: 'AllerRegular';
	src: url('/fonts/aller/aller_rg-webfont.eot');
	src: local('AllerRegular'), 
		 url('/fonts/aller/aller_rg-webfont.woff') format('woff'), 
		 url('/fonts/aller/aller_rg-webfont.ttf') format('truetype'), 
		 url('/fonts/aller/aller_rg-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'AllerLight';
	src: url('/fonts/aller/aller_lt-webfont.eot');
	src: local('AllerLight'), 
		 url('/fonts/aller/aller_lt-webfont.woff') format('woff'), 
		 url('/fonts/aller/aller_lt-webfont.ttf') format('truetype'), 
		 url('/fonts/aller/aller_lt-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Note-this';
	src: url('/fonts/note-this/note_this-webfont.eot');
	src: local('Note-this'), 
		 url('/fonts/note-this/note_this-webfont.woff') format('woff'), 
		 url('/fonts/note-this/note_this-webfont.ttf') format('truetype'), 
		 url('/fonts/note-this/note_this-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}

.allerRegular 	{font-family: AllerRegular, Verdana;}
.allerLight		{font-family: AllerLight, Verdana;}
.note-this		{font-family: Note-this, Times;}

