BODY		{
		background-color: #DFDFDF;
		font-family: Arial, Helvetica, Sans-serif;
		}

.IMGBORDER	{
		display: block;
		border: 1px solid black;
		}

.IMGNOBORDER	{
		display: block;
		border-style: none;
		}

.NAVBUTTONACTIVE	{
		font-size: larger;
		font-weight: 700;
		text-decoration: none;
		color: black;
		}

.NAVBUTTONINACTIVE	{
		font-size: larger;
		font-weight: 700;
		text-decoration: none;
		color: #777777;
		}

.NAVTITLE	{
		font-size: xx-large;
		font-weight: 900;
		text-decoration: none;
		color: black;
		}

.NAVSUBTITLE	{
		font-size: smaller;
		text-decoration: none;
		color: black;
		}

