.NavTable
{
	border-top: 1px black solid;
	border-bottom: 1px black solid;
	border-left: 1px black solid;
	width:640px;	
}

.NavButton
{
	border-right: 1px black solid;
	cursor: hand;
	font-size: 10pt;
	font-family: tahoma;
	color:black;
	background-color:SILVER;
}

.NavButtonSelect
{
	border-right: 1px black solid;
	cursor: hand;
	font-size: 10pt;
	font-family: tahoma;
	color:black;	
	background-color:silver;
}
.SpacerRow
{
	height:20px;
	//background-color:gray;
	background-color:black;
}
.NavSpacerRow
{
	height:20px;
	//background-color:gray;
	background-color:white;

}
.ThinSpacerRow
{
	height:5px;
	background-color:silver;
	background-color:black;
}
.DisplayTable
{
	width:640px;
	height:480px;
	//background-color:silver;
	background-color:indianred;
	//background-color:black;		
}
.DisplayCell
{
	align:center;
	border:1px black solid;
	padding:5px;
}
.DisplayCell1
{
	align:center;
	border:1px black solid;
	padding:5px;
	//background-color:gainsboro;
	background-color:indianred;
}
.DisplayCell2
{
	align:center;
	border:1px black solid;
	padding:5px;
	background-color:aliceblue;
}
.DisplayCell3
{
	align:center;
	border:1px black solid;
	padding:5px;
	background-color:white;

}
.BackgroundColour
{
	//background-color:gray;
	//background-color:seagreen;
	background-color:forestgreen;
}
h1
{
	//color:gray;
	color:mediumseagreen;
	font-size:50px;
	font-family:tahoma;
}
h4
{
font-size:14px;
	font-family:tahoma;
color:white;
}
.Intro //text on the home page
{
	font-size:large;
	font-family:tahoma;
	font-stretch:wider;
	//color:gray;
	align:center;
	color:white;
	text-align:center;
}
.IntroList
{
	font-size:13pt;
	font-family:tahoma;
	//color:gray;
	color:red;
	
}	
.Font1
{
	title:"this is the title";
}
.Footer
{
	font-size:8pt;
	color:black;
	font-family:tahoma;
	border-bottom:1px black dashed;
	border-top:1px black dashed;
	border-left:1px black solid;
	border-right:1px black solid;
	
}
	