
/*CSS for Speedway*/

body {  font-family:Arial, Helvetica, sans-serif;
        background-color:black;
        color:#FFFFCC;
	font-size:10pt;}
p {color:white;
	font-size:11pt; font-weight:500;}

a:link {color:#FFA824;
        text-decoration:underline;}
a:visited { color:#999999; } /*gray*/
a:hover, active { color: red; text-decoration: none;}



h1 {font-size: 18pt; color: #FFA824;} /*orangish-yellow*/
h2 {font-size: 14pt; color: #FFA824;}
h3 {font-size: 12pt; color: #FFA824;}
h4 {font-size: 10pt; color: #FFA824;}
h5 {font-size: 10pt; color: #FFFFFF;}
h6 {font-size: 8pt; color: #FFA824;}

#banner {  /*banner*/
        background-color:white;
        width:100%;
        height:93px;
	border-bottom: solid 6px #000000;}

/* nav bar*/
td#bar1 {background-color: #FFA824; #000000; color: black;font-size:10pt;}
td#bar2,td#bar3, td#bar4, td#bar5, td#bar6, td#bar7
{background-color: #FFA824; border-left: solid 4px #000000; color: black;font-size:10pt;}
 
td#bar8 {background-color: #FFA824; border-left: solid 4px #000000; color: black; font-size:10pt;}

.nav a:link, .nav a:visited {color: black; text-decoration: none; font-size: 10pt; font-weight: bold;}
.nav a:hover, .nav a:active {color:red; text-decoration: none; font-size: 10pt; font-weight: bold;}


.red { /*burgandy box*/
	background-color:#660000;
	border-top: solid 4px #000000;
	border-right: solid 0px #000000;
	border-bottom: solid 4px #000000;
	}

.green {/*green box*/
	background-color: #003300;
	border-top: solid 4px #000000;
	border-left: solid 4px #000000;
	font-size: 12px;}

.blue {/*radio box*/
	background-color: #000053;
	border-top: solid 4px #000000;}

.blueleft {background-color: #000053; border-top: solid 4px #000000; font-size: 12px; padding: 3px;}
.bluemid  {background-color: #000053; border-top: solid 4px #000000; font-size: 12px; padding:3px;}
.blueright {background-color: #000053; border-right:solid 4px #000000; border-top: solid 4px #000000; font-size: 12px; padding:3px;}
	

.sponsortxt {color: #FFA824; font-size: 1.2em; font-weight:bold; padding:4px;}
.sponsorbox { border: solid 1px #FFA824;  color: white; font-weight:bold; font-size: 10pt;}
.tabletxt  {color:white; font-size: 10pt; font-weight:fold;}	

