.topnavtable
{
	border-width: medium;
	border-style: outset;
	border-color: white;
	color: white;
	background-color: blue;
}

.topnavh1
{
	font-size: 24px;
	font-weight: bold;
	color: white;
}

.topnavh2
{
	font-size: 18px;
	font-weight: bold;
	font-weight: bold;
	color: yellow;
}

.topnavtext
{
	font-size : 16px;
	font-weight: bold;
	color: white;
}

.subnavtext
{
	background-color: seashell;
	font-size : 16px;
	font-weight: bold;
	color: firebrick;
}

a:link.topnavlink {color: yellow; font-weight:bold}
a:visited.topnavlink {color: yellow; font-weight:bold}
a:active.topnavlink {color: yellow; font-weight:bold}

.leftnavhead
{
	background-color: blue;
	color: yellow;
	font-size: 18px;
	line-height: 32px;
}

.leftnav
{
	background-color: seashell;
	color: blue;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
}

.divider
{
	background-color:seashell;
	color: red;
	padding-left:15px;
	font-size: 16px;
	font-weight: bold;
}

.dividerheadline
{
	color: red;
	font-size: 18px;
	font-weight: bold;
}

.defaulthilite
{
	font-size : 16px;
	color: blueviolet;
}

.defaulthiliteback
{
	font-size : 16px;
	color: white;
	background-color: blueviolet;
}

.defaultboldhilite
{
	font-size : 10px;
	font-weight: bold;
	color: blueviolet;
}

.textboldhilite
{
	font-size : 16px;
	font-weight: bold;
	color: blueviolet;
}

.headlinehilite
{
	font-size : 24px;
	font-weight: bold;
	color: blueviolet;
}

a:link.altlink {color: blueviolet;}
a:visited.altlink {color: blueviolet;}
a:active.altlink {color: blueviolet;}

.headlinebold
{
	text-align:center;
	font-size : 18px;
	font-weight: bold;
	color: black;
}

.headline
{
	text-align:center;
	font-size : 16px;
	color: black;
}

.subheadlinebold
{
	text-align:center;
	font-size : 12px;
	font-weight: bold;
	color: black;
}

.subheadline
{
	text-align:center;
	font-size : 12px;
	color: black;
}

.altsubheadline
{
	text-align:left;
	font-size : 12px;
	color: black;
}

.defaulttext
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: blue;
}

td
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: blue;
}

A:link {color: blue;}
A:visited {color: blue;}
A:active {color: blue;}