.Headline {
	color: black;
	font: bold 18px "Lucida Grande", Lucida, Verdana, sans-serif;
	border-bottom: 1px solid #efe755;
	margin-bottom: 8px;
	padding-bottom: 4px;
}

.Subhead {
	font: bold 14px/18px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: black;
	margin-bottom: 8px;
}

.HomePage {
	color: black;
	font: 11px Arial, Helvetica, Geneva, sans-serif;
}

.BodyCopy {
	font: 11pt/15pt Georgia, "Times New Roman", Times, serif;
	color: black;
	text-align: left;
	width: 100%;
}

.FlashNav_White {
	width: 80%;
	font: bold 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: black;
	border: 1px solid black;
	background-image: url(../Resources/trans_white50.png);
	padding: 4px 6px;
	margin: 2px;
	float: left;
	position: relative;
	text-align: center;
}

.FlashNav_Gray {
	width: 80%;
	font: bold 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: white;
	border: 1px solid white;
	background-image: url(../Resources/trans_gray80.png);
	padding: 4px 6px;
	margin: 2px;
	float: left;
	position: relative;
	text-align: center;
}

.IntroTextBlack {
	color: black;
	font: small-caps 24px Georgia, "Times New Roman", Times, serif;
	text-align: right;
}

.SubNav {
	font: bold 10px Arial, Helvetica, Geneva, sans-serif;
	color: black;
	background-image: none;
	padding: 4px 6px;
	float: left;
	position: relative;
	text-align: center;
	background-color: #efe755;
	margin-bottom: 4px;
	width: 92%;
	border-bottom: 1px solid silver;
	border: 1px solid gray;
}

.SubNav_White {
	font: bold 10px Arial, Helvetica, Geneva, sans-serif;
	color: black;
	background-image: none;
	padding: 4px 6px;
	float: left;
	position: relative;
	text-align: center;
	background-color: white;
	margin-bottom: 8px;
	width: 87%;
	border-bottom: 1px dotted silver;
	margin-left: 8px;
	border-left: 1px dotted silver;
}

.SubNav_Spawn {
	font: bold 10px/13px Arial, Helvetica, Geneva, sans-serif;
	color: black;
	background-image: none;
	padding: 8px 6px;
	float: left;
	position: relative;
	text-align: center;
	background-color: white;
	margin-bottom: 4px;
	width: 92%;
	border-bottom: 1px solid silver;
	border: 2px solid #efe755;
}