
@font-face {
    font-family: 'ImpactRegular';
    src: url('impact-webfont.eot');
    src: url('impact-webfont.eot?#iefix') format('embedded-opentype'),
         url('impact-webfont.woff') format('woff'),
         url('impact-webfont.ttf') format('truetype'),
         url('impact-webfont.svg#ImpactRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
	
@font-face {
    font-family: 'HelveticaLTStdUltraCompressed';
    src: url('helveticaltstd-ultracomp-webfont.eot');
    src: url('helveticaltstd-ultracomp-webfont.eot?#iefix') format('embedded-opentype'),
         url('helveticaltstd-ultracomp-webfont.woff') format('woff'),
         url('helveticaltstd-ultracomp-webfont.ttf') format('truetype'),
         url('helveticaltstd-ultracomp-webfont.svg#HelveticaLTStdUltraCompressed') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	font-family: Trebuchet MS, Trebuchet, MS Trebuchet, Arial, sans-serif;
	font-size: 14px;
}

h1 {
	font-size: 28px;
	font-weight: bold;
	margin: 0 0 14px 0;
}

h2 {
	font-size: 28px;
	font-weight: normal;
	color: #00ffff;
	margin: 0 0 14px 0;
}

h3 {
	font-size: 19px;
	font-weight: bold;
	margin: 0 0 9.5px 0;
}

h4 {
	font-size: 19px;
	font-weight: normal;
	margin: 0 0 9.5px 0;
}

h5 {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 7px 0;
}

h6 {
	font-size: 14px;
	font-style: italic;
	margin: 0 0 7px 0;
}

p {
	font-size: 14px;
	font-weight: normal;
	margin: 0 0 7px 0;
}

.small {
	font-size: 11px;
	font-weight: normal;
	margin: 0 0 5.5px 0;
}

.smaller {
	font-size: 9px;
	font-weight: normal;
	margin: 0 0 4.5px 0;
}

html {
	margin: 0;
	padding: 0;
}

body {
	background: #000000 url(../images/bggradient.jpg) 50% 0 repeat-y;
	margin: 0;
	padding: 0;
}

a:link {
	text-decoration: none;
	color: #000000;
}

a img {
	border: none;
}

a:visited {
	text-decoration: none;
	color: #000000;
}

a:hover {
	text-decoration: none;
	color: #00ffff;
}

.red {
	color: #00ffff;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.spacer {
	clear: both;
}

