body.bkgnd1 { background-color: #9F9; }

body.bkgnd2 { background-color: #0FC; }

body.bkgnd3 { background-color: #CFF; }

body.bkgnd4
{
	background-color: #FFF;
	background-image: url(images/g-g%20signpost%20bkgnd.jpg);
}

h1
{
	color: #F03;
	background-color: transparent;
	font-family: sans-serif;
	font-size: xx-large;
	line-height: normal;
	font-style: normal;
	font-weight: bolder;
	margin-bottom: 3pt;
}



h2
{
	color: #06F;
	background-color: transparent;
	font-family: sans-serif;
	font-size: medium;
	line-height: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	margin-bottom: 0pt;
}

h3
{
	color: black;
	background-color: transparent;
	font-family: sans-serif;
	font-size: medium;
	line-height: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
}

h4
{
	color: #F03;
	background-color: yellow;
	font-family: sans-serif;
	font-size: xx-large;
	line-height: normal;
	font-style: normal;
	font-weight: bolder;
	text-align: center;
	white-space: nowrap;
	text-transform: none;
}

.bodytext
{
	vertical-align: middle;
	font-family: sans-serif;
	color: black;
	background-color: transparent;
}

.text1
{
	color: #06F;
	background-color: transparent;
	font-family: sans-serif;
	font-size: large;
	line-height: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
}

.text2
{
	color: #06F;
	background-color: transparent;
	font-family: sans-serif;
	font-size: medium;
	line-height: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
}

.credit
{
	vertical-align: middle;
	font-family: sans-serif;
	color: black;
	background-color: transparent;
	font-size: x-small;
}

.italic1
{
	font-family: sans-serif;
	font-style: italic;
	font-size: small;
}

.bold
{
	font-weight: bold;
}

a:link
{
	color: blue;
	background-color: transparent;
}

a:active
{
	color: red;
	background-color: transparent;
}

a:visited
{
	color: #F66;
	background-color: transparent;
}

a:hover
{
	color: #C0F;
	background-color: transparent;
}

a:focus
{
	color: #F3C;
	background-color: transparent;
}

table.textbox
{
	width: 550px;
	table-layout: fixed;
	/* border-collapse:separate; */
	/* border-spacing:0,0; */
	/* empty-cells:show; */
	border-width: medium;
	padding: 1pt;
	border-color: red;
	margin: 1pt;
}


table.menu
{
	width: 500px;
	table-layout: fixed;
	/* border-collapse:separate; */
	/* border-spacing:0,0; */
	/* empty-cells:show; */
	border-width: 1pt;
	padding: 1pt;
}


