@charset "UTF-8";
/* CSS Document */

@font-face {
	font-family: 'Dakota';
	src: url('fonts/Dakota.eot?') format('eot'), 
	     url('fonts/Dakota.woff') format('woff'), 
	     url('fonts/Dakota.ttf')  format('truetype'),
	     url('fonts/Dakota.svg#Dakota') format('svg');
}
@font-face {
	font-family: 'GillSans';
	src: url('fonts/GillSans.otf') format('opentype'), 
	     url('fonts/GillSans.ttf')  format('truetype'),
	     url('fonts/GillSans.svg') format('svg');
}
@font-face {
	font-family: 'TrajanProRegular';
	src: url('fonts/TrajanProRegular.otf') format('opentype'), 
	     url('fonts/TrajanProRegular.ttf')  format('truetype'),
	     url('fonts/TrajanProRegular.svg') format('svg');
}

@font-face {
	font-family: 'CenturyGothic';
	src: url('fonts/CenturyGothic.eot') format('eot'),
		url('fonts/CenturyGothic.otf') format('opentype'), 
		url('fonts/CenturyGothic.svg') format('svg'),
		url('fonts/CenturyGothic.ttf')  format('truetype');
}

a:link {
	text-decoration: none;
	color: #999;
}
a:visited {
	text-decoration: none;
	color: #999;
	outline:none;
}
a:hover {
	text-decoration: none;
	color: #333;
}
a:active {
	text-decoration: none;
	color: #111;
	border:none;
	outline:none;
}