@charset "windows-1252";

body {background-color: black; color: white; font-family: Arial}
/*
Font-size equivalents:
 <font>  pt
	1	10
	2	13
	3	16
	4	18
	5	24
	6	32
	7	48
*/
p {font-size: 18px; text-align: left;} /* Default paragraph size is font=4 */
p.trailbusters {font-size: 48px; text-align: center; font-style: italic; line-height: normal; margin: 0% 0% 0% 0%}
p.pagehead {font-size: 32pt; font: bold; font-variant: small-caps; text-decoration: underline; text-align: center; margin-bottom: 1em}
p.parahead {text-decoration: underline; font-size: 18pt; font-weight: bold; margin-top: 4em}
p.link {margin-left: 5em}
p.photo {text-align: center; margin-top: 2em}
p.footphoto {text-align: center; margin-top: 6em}

a:link {color: #FFCC00}
a:visited {color: #CCCC7F}
a:active {color: #FF3300}

a.norm:link {color: blue}
a.norm:visited {color: green}
a.norm:active {color: red}

table, th, td {border: 0px solid black; border-collapse: collapse; width: 95%; vertical-align: top}

th, td {padding: 0px; vertical-align: top}

img {border: none}

ul {list-style-image: url(graphics/bullet.gif); margin-left: 3em}
ul.treport {list-style-image: url(graphics/bullet.gif); margin-left: 1em}
ul.treportsub {list-style-image: url(graphics/none.gif); margin-left: 0em; list-style: disc}
li {padding-left: 1em; margin-top: 2em; font-size: 18px}
li.close {margin-top: 0em; line-height: 150%}