@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }
@charset "UTF-8";
@font-face
{
font-family: 'CenturyGothic-Regular';
src: url('GOTHIC.TTF') format('truetype'); /* IE9+ */
}@font-face {
font-family: 'CenturyGothic-Bold';
src: url('GOTHICB.TTF') format('truetype'); /* IE9+ */
}@font-face {
font-family: 'CenturyGothic-BoldItalic';
src: url('GOTHICBI.TTF') format('truetype'); /* IE9+ */
}@font-face {
font-family: 'CenturyGothic-italic';
src: url('GOTHICI.TTF') format('truetype'); /* IE9+ */
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,fieldset,input,textarea,p,blockquote{
	font-family: 'CenturyGothic-Regular';
	margin: 0;
	padding: 0;
	line-height:22px;
}
p{
	font-family:inherit;
}
a{
	font-family:inherit;
}
.top-nav a { 
	font-family: 'CenturyGothic-Bold';
	text-transform:uppercase;
}
a:hover{
	text-decoration:none;
}