@font-face {
	font-family: DITL;
	src: url(AndersonSupercar.ttf);
}

@font-face {
	font-family: DITL_IE;
	src: url(ANDERSO0.eot);
}

body {
	margin: 2px;
	padding: 0px;
	border: 0px;
	font-size:24px;
}

h1 {
	border:0px;
	margin:0px;
	padding:0px;
	font-family: "Anderson Supercar", "AndersonSupercar", DITL, DITL_IE, "Impact", "Vemana2000", "American Typewriter Condensed Light";
	font-size-adjust:0.5;
	font-size:36px;
	color:#ee0000;
	font-weight:400;
	text-transform:uppercase;
	vertical-align:top;
	letter-spacing:0.5px;
	text-align: right;
}

h1.texthead {
	margin-top:-10px;
}

h2 {
	border:0px;
	margin:0px;
	padding:0px;
	font-family: "Anderson Supercar", "AndersonSupercar", DITL, DITL_IE, "Impact", "Vemana2000", "American Typewriter Condensed Light";
	font-size-adjust:0.5;
	font-size:26px;
	color:#ee0000;
	font-weight:400;
	text-transform:uppercase;
	vertical-align:top;
	text-align: right;
}

h2.texthead {
	margin-top:-10px;
}

h3 {
	color:#ee0000;
}

h4 {
	color:#ee0000;
}

div.docheader {
	position:fixed;
	top:0px;
	left:0px;
	padding:2px;
	border-bottom-width:2px;
	border-bottom-color:#000000;
	height:60px;
	background:#000000;
	z-index:1;
	right:2px;
}

div.docbody {
	position:absolute;
	border-bottom-width:2px;
	border-bottom-color:#000000;
	padding:2px;
	top:62px;
	left:0px;
	z-index:0;
	right:2px;
}

div.docbodywide {
	position:absolute;
	border-bottom-width:2px;
	border-bottom-color:#000000;
	padding:2px;
	top:46px;
	left:0px;
	overflow:hidden;
	z-index:0;
	right:auto;
	width:auto;
	
}