BODY {
		color: black;
		background: white;
		background-image: url("graphics/bg-1.gif");
		background-attachment: fixed;
		text-align: left;
		font-size: 12pt;
		margin: .25in;
}

BODY.fiftycc {
		color: black;
		background: white;
		background-image: url("graphics/50cc_bac.jpg");
		background-repeat: no-repeat;
		background-attachment: fixed;
		background-position: center;
		text-align: left;
		font-size: 12pt;
		margin: .25in;
}

BODY.naclassic {
		color: black;
		background: white;
		background-image: url("graphics/nacc_bac.jpg");
		background-repeat: no-repeat;
		background-attachment: fixed;
		background-position: center;
		text-align: left;
		font-size: 12pt;
		margin: .25in;
}

BODY.roach {
		color: black;
		background: white;
		background-image: url("graphics/roach_bac.jpg");
		background-repeat: no-repeat;
		background-attachment: fixed;
		background-position: center;
		text-align: left;
		font-size: 12pt;
		margin: .25in;
}

BODY.desert {
		color: black;
		background: white;
		background-image: url("graphics/petro1_bac.jpg");
		background-repeat: no-repeat;
		background-attachment: fixed;
		background-position: center;
		text-align: left;
		font-size: 12pt;
		margin: .25in;
}

BODY.summit {
		color: black;
		background: white;
		background-image: url("graphics/ancient_bac.jpg");
		background-repeat: no-repeat;
		background-attachment: fixed;
		background-position: center;
		text-align: left;
		font-size: 12pt;
		margin: .25in;
}

BODY.alpine {
		color: black;
		background: white;
		background-image: url("graphics/diam1_bac.jpg");
		background-repeat: no-repeat;
		background-attachment: fixed;
		background-position: center;
		text-align: left;
		font-size: 12pt;
		margin: .25in;
}

P {
		font-size: 12pt;
}

A:LINK {
		color: #0000EE;
}

A:VISITED {
		color: red;
}

A:ACTIVE {
		color: green;
}

HR {
		margin-left: 1in;
		margin-right: 1in;
		clear: both;
		
}

H1 {
		font-weight: bold;
		font-size: 24pt;
		line-height: 26pt;
		text-align: center;
}

H2 {
		font-weight: bold;
		font-size: 18pt;
		line-height: 20pt;
}

H3 {
		font-weight: bold;
		font-size: 16pt;
		line-height: 16pt;
}

H4 {
		font-weight: bold;
		font-size: 12pt;
		line-height: 12pt;
		text-decoration: underline;
		text-align: left;
}

UL {
		list-style-type: none;
		margin-left: .25in;
		text-decoration: none;
		font-size: 12pt;
}

UL.month {
		list-style-type: none;
		margin-left: .25in;
		text-decoration: none;
		font-size: 13pt;
}

LI.month {
		margin-top: 0.15in;
}

UL.sub {
		list-style-type: none;
		margin-left: .33in;
		text-decoration: none;
		font-size: 11pt;
}

UL.s {
		list-style-type: square;
		margin-left: .5in;
		text-decoration: none;
		font-size: 12pt;
}

UL.d {
		list-style-type: disc;
		margin-left: .5in;
		text-decoration: none;
		font-size: 12pt;
}

UL.c {
		list-style-type: circle;
		margin-left: .5in;
		text-decoration: none;
		font-size: 12pt;
}

SPAN.h3note {
		font-size: 10pt;
}

SPAN.italictext {
		font-style: italic;
}

SPAN.boldtext {
		font-weight: bold;
}

SPAN.bigboldtext {
		font-size: 18pt;
		line-height: 20pt;
		font-weight: bold;
}

BLOCKQUOTE {
		margin-left: 1in;
		margin-right: 1in;
		font-style: italic;
}

IMG.right {
		padding-top: 0.25in;
		padding-left: 0.25in;
		padding-bottom: 0.25in;
		float: right;
}

IMG.left {
		padding-top: 0.25in;
		padding-right: 0.25in;
		padding-bottom: 0.25in;
		float: left;
}