@font-face {
font-family: "Tw Cen MT Condensed Extra Bold" ;
src: url("TCCEB.eot");
src: local("TCCEB.ttf"), url("TCCEB.ttf") format("truetype");
}

@font-face {
font-family: "Agency FB";
src: url("AGENCYR.eot");
src: local("AGENCYR.ttf"), url("AGENCYR.ttf") format("truetype");
}

@font-face {
font-family: "Amatic Bold";
src: url("Amatic-Bold.eot");
src: local("Amatic-Bold.ttf"), url("Amatic-Bold.ttf") format("truetype");
}

@font-face {
font-family: "Blue Highway";
src: url("bluehigh.eot");
src: local("bluehigh.ttf"), url("bluehigh.ttf") format("truetype");
}


h1, h2 {
	font-variant: small-caps;
	text-align: center;
	font-size: 180%;
	width: 96%;
	margin-left: auto;
	margin-right: auto;
}

h2 {
	font-size: 100%;
}


#content {
	background-color: #AAAAAA;
	padding: 10px;
	margin:10px;
	color:#999999;
}

.copyrightnotice {
	font-size: 70%;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	text-indent: 0;
}

#mycustomscroll {
	/* Typical fixed height and fixed width example */
	font-family:"Blue Highway";
	font-size: 20px;
	text-align: justify;
	text-decoration:none;
	width: 750px;
	height: 575px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	margin: 0px;
	padding:0 20px 0 0;
}

#mycustomscroll2 {
/* Typical fixed height and fixed width example */
font-family:"Franklin Gothic Demi Cond";
	font-size: 13px;
	text-align: justify;
	text-decoration:none;
	width: 700px;
	height: 354px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	margin: 0px;
	padding:0 20px 0 0;
}


.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 550px;
height: auto;
position: relative;
color: black;
padding: 1px;
}
a:link, a:active, a:visited {
font-family:"Tw Cen MT Condensed Extra Bold";
  color:#EC9E0A;
  text-decoration: none;
  font-weight:normal;
}

a:hover{
  text-decoration: underline;
  color:#EC9E0A;  
  font-weight:normal;    
}
