body{background-color:#ffffff;
background-position: left top;
background-attachment: scroll;
background-repeat:repeat-x}

tr, td, body{font-size:13px;
font-family:"GothamLight";
color:#4b4b41;
line-height:15px;
cursor:default;}

h1 {
text-align: left;
color: #ea7e29;
font-size: 35px;
font-family: "GothamBook";
letter-spacing: 0px;
text-transform: uppercase;
padding-bottom: 5px;
padding-top: 5px;
margin-top: 15px;
margin-bottom: 15px;
font-style:normal;
}

@font-face {
	font-family: GothamBook;
	src: url("bluehighway.otf");
}


@font-face {
	font-family: GothamLight;
	src: url('bluehighway.otf');
}

a{color:#4b4b41; text-decoration:none; cursor:help;}
a:hover{color:#d16453; text-decoration: none; cursor: Default;}
