body
{
	text-align: center;
	background-color: Gray;
	font-size: 10pt;
	
}

A:link {color:#2E3192;}
A:visited {color: #000080;}
A:hover {
	text-decoration: none;
	color: Yellow;
	font-weight: bold;
}
A:active {color: red;text-decoration: none}


a.nav:link {color: white; text-decoration: none; }
a.nav:visited {color: white; text-decoration: none;  }
a.nav:hover {color: #FEDC71; text-decoration: underline; }
a.nav:active {color: red;  }


a.link {color: white; text-decoration: none; }
a.visited {color: white; text-decoration: none;  }
a.hover {color: #FEDC71; text-decoration: underline; }
a.active {color: red;  }



.header
{
	background-image: url(images/logo-ginjin-lrg2.jpg);
	width: 1020;
	height: 148;
	background-repeat: no-repeat;
}



.td main{
text-align: center;
	background-image: url(images/background-ginjin-lrg.jpg);
	width: 1020;
	height: 500;
	border: thick;
	border-color: pink;
}

.space
{
	margin-left: 5px;
	margin-right: 5px;
}

.main
{
	background-image: url(images/background-ginjin-lrg.jpg);
	width: 1020;
	height: 500;
}
#navcontainer {
	width: 155px;
}
#navcontainer ul
{
	margin-left: 0px;
	padding-left: 0px;
	padding-top: 20px;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	font-size: 14px;
	font-weight: bold;
}
#navcontainer a,  #navlist a
{
	display: block;
	margin-left: 11px;
	width: 144;
	background-image: url(images/buttons-off.jpg);
	background-repeat: repeat-x;
	line-height: 2.5em;
	color: navy;
	text-decoration: none;
	font-size: 10pt;
}
#navlist a:visited
{
	color: Navy;
	text-decoration: none;
}
#navlist a:hover
{
	height: 42px;
	line-height: 2.5em;
	background-image: url(images/buttons-on.jpg);
	text-decoration: none;
	color: white;
}

.result_row_0	{ background-color: transparent; }
.result_row_1	{ background-color: #FFFFFF; }


/* THIS CONTROLS THE TABLES DISPLAYED BY PAGES GENERATED BY THE PAGE EDITOR */
table.page_display
{
	border: 3px;
}
td.page_display
{
	width: 100%;
	vertical-align: top;
}

