BODY, TD {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .8 em;
	color: #000000;
}

/* LINKS */

A:LINK.nav {
	color: #ffffff;
	text-decoration: none;
}

A:VISITED.nav {
	color: #ffffff;
	text-decoration: none;
}

A:HOVER.nav {
	color: #ffcc00;
	text-decoration: underline;
}


/* HEADINGS */

H1 {	/* PAGE-LEVEL HEADING */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.37 em;
	font-weight: bold;
	color: #cc0000;
	text-align: center;
	margin-bottom: 10px;
	text-transform: uppercase;
}


H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.33 em;
	font-weight: bold;
	color: #cc0000;
	margin-top: 5px;
	margin-bottom: 5px;
}

H3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8 em;
	font-weight: bold;
	color: #cc0000;
	text-transform: uppercase;
	margin-top: 3px;
	margin-bottom: 3px;
}



P {
	font-size: inherit;
	text-align: justify;
}

.navHeader {
	background: #bb1f1e;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: .8 em;
	font-weight: bold;
	color: #ffffff;
	padding-top: 5px;
	padding-bottom: 5px;
}

.price {
	font-weight: bold;
	color: #ff0000;
}

.smallPrint {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .6 em;
}