#specialstable {
	margin: 0;
	padding: 20px;
	text-align: left;
	}

.headline {
	font-family: "Times New Roman", Times, serif; 
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	}
	
.specialsred30 {
	font-family: "Times New Roman", Times, serif; 
	font-size: 20px;
	font-weight: bold;
	text-transform: capitalize;
	}
	
/* horizontal navigation style with emulated pipes */
#pipe ul {
	margin-left: 0;
	margin-right: 2em;
	padding-left: 0;
	padding-bottom: 2em;
	padding-top: 0;
	display: inline;
	text-transform: uppercase;
	}
	
#pipe ul li {
	margin-left: 0;
	padding: 3px 5px;
	border-left: 1px solid #000; 
	list-style: none;
	display: inline;
	text-transform: uppercase;
	text-decoration: none;
	}
	
#pipe ul li.first {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
	text-decoration: none;
	text-transform: uppercase;
	}

#pipe li a, #piple li a:hover{
	text-decoration: underline;
}

/* ToolTip Style changes cursor to questionmark for added info */
.helpcursor {
	cursor: help;
	text-decoration: none;
	}