/*
 * $Id: style.css 216 2009-10-16 14:17:34Z joris $
 */

@font-face {
	font-family: 'ArnhemBold';
	src: url('/css/fonts/arnhem-bold-webfont.eot');
	src: local('☺'), url('/css/fonts/arnhem-bold-webfont.woff') format('woff'), url('/css/fonts/arnhem-bold-webfont.ttf') format('truetype'), url('/css/fonts/arnhem-bold-webfont.svg#webfontFgAOjYvj') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'ArnhemBlond';
	src: url('/css/fonts/arnhem-blond-webfont.eot');
	src: local('☺'), url('/css/fonts/arnhem-blond-webfont.woff') format('woff'), url('/css/fonts/arnhem-blond-webfont.ttf') format('truetype'), url('/css/fonts/arnhem-blond-webfont.svg#webfontUt9WASdo') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'ArnhemBlack';
	src: url('/css/fonts/arnhem-black-webfont.eot');
	src: local('☺'), url('/css/fonts/arnhem-black-webfont.woff') format('woff'), url('/css/fonts/arnhem-black-webfont.ttf') format('truetype'), url('/css/fonts/arnhem-black-webfont.svg#webfontF4Yt7Kax') format('svg');
	font-weight: normal;
	font-style: normal;
}

html, body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}

body {
	color: #000000;
}

table {
	border-collapse: collapse;
	border-width: 0;
}
td, th {
	border: 0;
	padding: 0;
	vertical-align: top;
}
p { margin: 1em 0; }
a {
}
a:hover {
	color: #cc7200;
	outline: none;
	text-decoration: underline;
}
a:active {
	outline: none;
	-moz-outline-style: none;
	border: none;
}
a:focus
{
	outline: none;
	-moz-outline-style: none;
	border: none;

}
img {
	border:0;
}

.show {}
.hide {
	display: none;
}

.clear {
	clear: both;
}
