.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
a:link {
	color: #0066CC;
	text-decoration: none;
}
a:visited {
	color: #990099;
	text-decoration: none;
}
a:hover {
	color: #0099FF;
	text-decoration: none;
}
a:active {
	color: #0066CC;
	text-decoration: none;
}
.maintext_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
}
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

th {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.bodystyle {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.small {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.medium {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.big {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.xbig {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
}

.expanded {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 2px;
}

.justified {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: justify;
}

.footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	color: #999999;
}

.box1 {
	padding: 3px;
	border-width: thin;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
}

.box2 {
	font-style: italic;
	word-spacing: 2pt;
	padding: 3px;
	border-width: thin;
	border-style: solid;
}
.inputfield {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	background-color: #D6D6D6;
}
.bigbold {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font:bold
}
.bold_blue_tint {color: #6B7D9C}

.textInput,textarea{	/* General style for my inputs when they're not highlighted */	
		font-family: Tahoma, Arial, Helvetica, sans-serif;
		font-size: 13px;
		font-weight: normal;
		background-color:#D6D6D6;
		border:2px solid #FFFFFF;
	}
	
	
.inputHighlighted{	/* Highlighting style */
		font-family: Tahoma, Arial, Helvetica, sans-serif;
		font-size: 13px;
		background-color:#FFFFFF;
		color:##000000;
		border:2px solid #D6D6D6;
}
.maintext_header_smaller {
	font-family: Arial, Helvetica, sans-serif;
	font: bold;
	font-size: 16px;
	color: #FFFFFF;
}
body {
	background-color: #1A1E29;
}
.style1 {font-size: 10px}

.arrowlistmenu{
width: 158px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 14px Arial;
color: white;
background: black url(http://i96speedway.com/images/titlebar.jpg) repeat-x center left;
margin-top: 2px;
margin-bottom: 0px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px; /*header text is indented 10px*/
padding-right: 10px;
cursor: hand;
cursor: pointer;
}

.arrowlistmenu .link{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 14px Arial;
color: #FFFFFF;
cursor: hand;
cursor: pointer;
}

a.link:link {color: white; text-decoration: none; }
a.link:visited {color: white; text-decoration: none; }
a.link:hover {color: white; text-decoration: none; }
a.link:active {color: white; }



.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(http://www.i96speedway.com/images/titlebar-active.jpg);
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 5px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
font: bold 14px Arial;
color: #FFFFFF;
display: block;
padding: 2px 0;
padding-right: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 90%;
}

.arrowlistmenu ul li a:visited{
font: Arial;
color: #FFFFFF;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
font: Arial;
color: #FFFFFF;
background-color: #687d90;
}