﻿a {
	color: #666666;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.menubar a {
	color: white;
}
.menubar a:link	{ color: white; }
.menubar a:visited	{ color: white; }
.menubar a:hover	{ color: white; }
.menubar a:active	{ color: white; }

a.white {
	color: white;
}

.title {
	font-family: "Eras Medium ITC";
	font-size: 22pt;
	border-bottom: solid 1px orange;
	margin-bottom: 6px;
}
.SmallTitle {
	font-weight: bold;
	border-bottom: solid 1px #DDDDDD;
	margin-bottom: 2px;
	color: #555555;
}
.FadedText {
	color: #999999;
}