H1
{
	color:crimson
}
H2
{
	font-size: 18pt;
	color: crimson;
	font-family: 'Arial';
}
H4
{
	color: crimson;
}
/* a horizontal band */
.xBand2
{
	BORDER-RIGHT: black 1px; 
	BORDER-TOP: black 1px; 
	BACKGROUND-IMAGE: url(/images/tb/1x20grad2.gif); 
	BORDER-LEFT: black 1px; 
	BORDER-BOTTOM: black 1px; 
	BACKGROUND-REPEAT: repeat-x;
}
.menuOff
{
	border-right: darkred thin solid;
	padding-right: 4px;
	border-top: rosybrown thin solid;
	padding-left: 4px;
	padding-bottom: 4px;
	border-left: rosybrown thin solid;
	padding-top: 4px;
	border-bottom: darkred thin solid;
	font-family: Arial, helvetica;
	background-color: crimson;
	text-align: center;
}
.menuHome
{
border-right: darkred thin solid;
	padding-right: 4px;
	border-top: rosybrown thin solid;
	padding-left: 4px;
	padding-bottom: 4px;
	border-left: rosybrown thin solid;
	padding-top: 4px;
	border-bottom: darkred thin solid;
	font-family: Arial, helvetica;
	background-color: crimson;
	text-align: center;
}
.menuOn
{
	border-right: rosybrown thin solid;
	padding-right: 4px;
	border-top: darkred thin solid;
	padding-left: 4px;
	padding-bottom: 4px;
	border-left: darkred thin solid;
	padding-top: 4px;
	border-bottom: rosybrown thin solid;
	font-family: Arial, helvetica;
	background-color: firebrick;
	text-align: center;
}
.menuOn A
{
	font-weight: bolder;
	font-size: x-small;
	color: white;
	text-decoration: none;
}
.menuOff A
{
	color: white;
	text-decoration: none;
	font-weight: bolder;
		font-size: x-small;
}
.menuHome A
{
	color: white;
	text-decoration: none;
	font-weight: bolder;
		font-size: x-small;
}
.menuOn A:hover
{
	text-decoration: underline;
}
.menuOff A:hover
{
	text-decoration: underline;
}
.menuHome A:hover
{
	text-decoration: underline;
}
BODY
{
	color: #100000;
	font-family: 'Times New Roman' , Serif;
}