/* Standard definitions */
/************************/

BODY {
	background-image:	url("/site/gbk001bg.jpg");
	background-repeat:	repeat;
	background-color:	#add8e6;
	color:	black;
	font-family: "Arial", "Helvetica", sans-serif;
}

p {
}
a {
	text-decoration:	none;
}

a.navigator {
	display:	block;
	font:		bold 16px sans-serif;
	color:		blue;
	text-decoration:	none;
	width:		100%;
	padding:	2px;
}
a.navigator:hover {
	color:		yellow;
	background:	blue;
}
a.pagelinks {
	display:	block;
	font:		bold 16px sans serif;
	color:		blue;
	text-decoration:	none;
	padding:	2px;
}
a.pagelinks:hover {
	color:		yellow;
	background:	blue;
}
a.textlink {
	display:	inline;
/*	font:		bold 16px sans serif; */
	color:		blue;
	text-decoration:	none;
	padding:	2px;
}
a.textlink:hover {
	color:		yellow;
	background:	blue;
}
a.tablelink {
	display:	block;
	color:	blue;
	text-decoration:	none;
}
a.tablelink:hover {
	color:	yellow;
	background:	blue;
}
div#navigator a {
	display:	block;
	font:		bold 16px sans-serif;
	color:		blue;
	text-decoration:	none;
	width:		100%;
	padding:	2px;
}
div#navigator a:hover {
	color:		yellow;
	background:	blue;
}

div#pagelinks a {
	display:	block;
	font:		bold 16px sans serif;
	color:		blue;
	text-decoration:	none;
	padding:	2px;
}
div#normal a {
	display:	inline;
}
div#pagelinks a:hover {
	color:		yellow;
	background:	blue;
}
div#textlink a {
	display:	inline;
	font:		bold 16px sans serif;
	color:		blue;
	text-decoration:	none;
	padding:	2px;
}
a#textlink:hover {
	color:		yellow;
	background:	blue;
}
div#pictable th {
	font-size:	x-large;
	border-bottom:	2px solid #000000;
}
div#pictable a:hover {
	color:		red;
	background:	transparent;
}
td.tshead {
    background-color:	#add8e6;
    background:	#fafafa;
    font-size:	x-large;
}
