/* headers */
    h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 34px;
	font-weight: bold;
	color: 009d00;
	vertical-align: middle;
	}
    h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	color: 009d00;
	vertical-align: middle;
	}
    h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: 000066;
	text-align: center;
	vertical-align: middle;
	}
    h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: lighter;
	text-align: center;
	}

/* lines */
    hr {
	color: #009d00;
	height:10px;
	}

/* divisions */

/* links */
    a:link {
	color:  #0000FF;
	}
    a:visited {
	color:  #0000FF;
	}
    a:hover {
	color:  #000099;
	}

/* boxes and positioning */
    #name {
	position:absolute;
	top:5px;
	left:5px;
	height:110px;
	width:100%;
	text-align:left;
	border-bottom:solid 10px #009d00;
	}
    #buttons {
	position:absolute;
	top:295px;
	left:12px;
	}
    #buttons a {
	display:block;
	padding-bottom:20px;
	}
    div.center {
	position:relative;
	top:160px;
	height:80px;
	overflow:auto;
	margin-left:50px;
	margin-right:50px;
	text-align:center;
	}
    #detail {
	position:absolute;
	top:300px;
	left:200px;
	width:75%;
	margin-left:3em;
	margin-right:3em;
	}
    #thanks {
	position:absolute;
	top:450px;
	left:200px;
	width:75%;
	margin-left:3em;
	margin-right:3em;
	text-align:center;
	padding:25px;
	background-color:#FFFFCC;
	font-family:"Arial", "Helvetica", sans-serif;
	font-style:italic;
	}
    #track_table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	}
    .underline_cells {
	text-align:center;
	border-bottom:solid 1px;
	}
