.xxxsmall		{ font-size: 9px; font-family: verdana, tahoma, arial, helvetica; }
.xxsmall		{ font-size: 10px; font-family: verdana, tahoma, arial, helvetica; }
.xsmall			{ font-size: 11px; font-family: verdana, tahoma, arial, helvetica; }
.small			{ font-size: 12px; font-family: verdana, tahoma, arial, helvetica; }
.medium			{ font-size: 13px; font-family: verdana, tahoma, arial, helvetica; }
.large			{ font-size: 14px; font-family: verdana, tahoma, arial, helvetica; }
.xlarge			{ font-size: 15px; font-family: verdana, tahoma, arial, helvetica; }
.xxlarge		{ font-size: 16px; font-family: verdana, tahoma, arial, helvetica; }
.xxxlarge		{ font-size: 17px; font-family: verdana, tahoma, arial, helvetica; }
.xxxsmallb		{ font-size: 9px; font-family: verdana, tahoma, arial, helvetica; font-weight: bold; }
.xxsmallb		{ font-size: 10px; font-family: verdana, tahoma, arial, helvetica; font-weight: bold; }
.xsmallb		{ font-size: 11px; font-family: verdana, tahoma, arial, helvetica; font-weight: bold; }
.smallb			{ font-size: 12px; font-family: verdana, tahoma, arial, helvetica; font-weight: bold; }
.mediumb		{ font-size: 13px; font-family: verdana, tahoma, arial, helvetica; font-weight: bold; }
.largeb			{ font-size: 14px; font-family: verdana, tahoma, arial, helvetica; font-weight: bold; }
.xlargeb		{ font-size: 15px; font-family: verdana, tahoma, arial, helvetica; font-weight: bold; }
.xxlargeb		{ font-size: 16px; font-family: verdana, tahoma, arial, helvetica; font-weight: bold; }
.xxxlargeb		{ font-size: 17px; font-family: verdana, tahoma, arial, helvetica; font-weight: bold; }
.smalltitle		{ font-size: 18px; font-family: verdana, tahoma, arial, helvetica; font-weight: bold; }
.mediumtitle	{ font-size: 20px; font-family: verdana, tahoma, arial, helvetica; font-weight: bold; }
.largetitle		{ font-size: 22px; font-family: verdana, tahoma, arial, helvetica; font-weight: bold; }
a:link			{ color: #0000FF; text-decoration: none }
a:visited		{ color: #0000FF; text-decoration: none }
a:hover			{ color: #FF0000; text-decoration: none }
.tooltip		{ border:1px solid #679966; font-size: 11px; font-family: verdana, tahoma, arial, helvetica; left: 0; top: 0; padding: 0; background-color: #FFFFDF; position: absolute; visibility: hidden }

body.navigation	{
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	color: #000000;
	background-color: #CCEEFF;
	font: 400 11px verdana, tahoma, san-serif;
}

div.totallyHidden	{
	position: absolute;
	display: none;
	left: 0;
	top: 0;
	width: 0px;
	height: 0px;
}

div.totallyHidden2	{
	position: absolute;
	display: inline;
	left: 0;
	bottom: 20;
	width: 90%;
	height: 125px;
	border: 1px solid maroon;
}

td.navigationNormal{
	display: block;
	left: 0px;
	width: 170px;
	height: 20px;
	color: #000000;
	text-align: right;
	cursor: pointer;
	font: 700 10px verdana, tahoma, san-serif;
	padding: 3px 5px 3px 3px;
	background-color: #6699CC;
}

td.navigationHighlighted{
	display: block;
	left: 0px;
	width: 170px;
	height: 20px;
	color: #FFFFFF;
	text-align: right;
	cursor: pointer;
	font: 700 10px verdana, tahoma, san-serif;
	padding: 3px 5px 3px 3px;
	background-color: #336699;
}

td.navigationSelected{
	display: block;
	left: 0px;
	width: 170px;
	height: 20px;
	color: #FFFFFF;
	text-align: right;
	cursor: pointer;
	font: 700 10px verdana, tahoma, san-serif;
	padding: 3px 5px 3px 3px;
	background-color: #993333;
}

image.buttonImage	{
	cursor: pointer;
}
