a {
	text-decoration : underline;
	line-height: 10pt;
	color : #0207c4;
}

a:Visited  {
	text-decoration : underline;
	line-height: 10pt;
	color : #0207c4;
}

a:Hover {
	text-decoration : none;
	line-height: 10pt;
	color: #0207c4;
}

.filesmenu a {
	text-decoration : none;
	font-size: 20px;
	font-weight: bold;
}

.filesmenu a:Hover {
	text-decoration: underline;
	font-size: 20px;
	color: red;
	font-weight: bold;
}

body  {
	font-family: verdana, tahoma, arial, geneva;
	font-size:10pt;
	color:black;
	background-color: #dcdcdc;
}

.print  {
	font-family: verdana, tahoma, arial, geneva;
	font-size:10pt;
	color:black;
	background-color: white;
}

.text {
  font-family: verdana, tahoma, arial, geneva;
  font-size: 10pt;
  color: black
}

td {
  font-family: verdana, tahoma, arial, geneva;
  font-size: 10pt;
  color: black;
}

h3 {
	font-size: 10pt;
}

.button {
    background-color: #FF0000; 
    font-weight: bold; 
    font-size: 10px; 
    color: white;
}

.smallspace {
    margin-bottom: 5px;
		border-width: thin;
}

input.tracksignup {
    background-color: #ffffff;  
}    

.buttonform {
    background-color: #cc0000; 
    font-weight: bold; 
    font-size: 10px; 
    color: white;
    margin-top: 5px;
}

ul.niceList {
	margin-left:0em;
	padding-left:0.2em;
	margin-bottom:1em;
}
ul.niceList li {
	background:url(/track/images/bullet.gif) 0em 0.5em no-repeat; /* change background em accordingly */
	padding-left: 0.8em;
	list-style: none;
}
.niceList ul li { background-image:url(/track/images/bullet_child.gif); }
ol.niceList li, ul.niceList li { margin-bottom:0.5em; }
ol.niceList {
	margin-left:1.5em;
	padding-left:0px;
}
.niceList ol li {
	list-style:decimal;
	background-image:none;
	padding-left:0em;
}
