@charset "utf-8";

.Headings {
	font-family: "Franklin Gothic Medium";
	font-size: 30px;
	color: #00FFFF;
}
.Subheadings {
	color: #FFFFFF;
	font-family: "Franklin Gothic Medium";
	font-size: 22px;
}
.Text {
	font-family: "Franklin Gothic Medium";
	font-size: 16px;
	color: #FFFFFF;
}
.SubText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #00FFFF;
}
.Notes {
	font-family: "Franklin Gothic Medium";
	font-size: 14px;
	font-style: italic;
	color: #00CCFF;
}
a:visited {
	color: #00FF33;
}

a:link {
	color: #CCCC33;
}
.Subheadingsitalic {
	color: #999933;
	font-family: "Franklin Gothic Medium";
	font-size: 22px;
	font-style: italic;
}
.Counter {
	font-family: "Franklin Gothic Medium";
	font-size: 18px;
	font-style: oblique;
	background-color: 333366;
	color: #00FF66;
	border-top-color: #333366;
	border-right-color: #333366;
	border-bottom-color: #333366;
	border-left-color: #333366;
}
/* ######### CSS for top level tabs ######### */

.tabsmenuclass ul{
overflow: hidden;
width: auto;
margin: 0;
padding: 0;
list-style-type: none;
}

.tabsmenuclass li{
	float: left;
	font-family: "Franklin Gothic Medium";
	color: #FF9933;
}

.tabsmenuclass a{
	display: block;
	padding: 5px 7px;
	background: #333366;
	color: #FF9933;
	margin-right: 1px;
	text-decoration: none;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
}

.tabsmenuclass a:hover, .tabsmenuclass a.selected{
	background: black;
	color: #CC33FF;
}

.tabsmenucontentclass{
clear: left;
background: #333366;
width: 90%;
height: 24px;
padding: 5px;
border: 1px solid silver;
}

.tabsmenucontentclass ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.tabsmenucontentclass li{
	float: left;
	margin-right: 1em;
	color: #990000;
}
