.SectionTitle {
	font-family: "Courier New", Courier, monospace;
	font-size: x-large;
	font-style: normal;
	line-height: 30px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #333333;
	letter-spacing: 0.8em;
	word-spacing: 1.8em;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	text-decoration: blink;
	padding: 8px;
}
.dottedborder {
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}
.BottomNav {
	font-family: "Courier New", Courier, monospace;
	font-size: x-small;
	font-weight: bolder;
	color: #FFFFFF;
	text-transform: uppercase;
}

.MainText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bolder;
}
.floatleft {
	float: left;
	margin: 8px;
}

.SectionSubTitle {
	font-family: "Courier New", Courier, monospace;
	font-size: small;
	font-style: normal;
	line-height: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	letter-spacing: .2em;
	word-spacing: .6em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.SectionTitleCopy {
	font-family: "Courier New", Courier, monospace;
	font-size: x-large;
	font-style: normal;
	line-height: 30px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #333333;
	letter-spacing: .3em;
	word-spacing: .8em;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding: 8px;
}
.floatright {
	float: right;
	margin: 8px;
}

