h1 {
	margin: 5px;
}
td {
	text-align: center;
	vertical-align: middle;
}
td.head1 {
	text-align: center;
	vertical-align: middle;
	background-color: #FFDD9D;
	/* font-size: x-large; */
	/* font-weight: bold; */
}
td.head2 {
	text-align: center;
	vertical-align: middle;
	background-color: #FFEBA0;
	font-size: large;
	font-weight: bold;
}
td.foot {
	text-align: center;
	background-color: #FFEBA0;
}
td.vspace {
	height: 10px;
}
td.lefttop {
	text-align: left;
	vertical-align: top;
}
td.left {
	text-align: left;
}
td.right {
	text-align: right;
}
img {
	border: 0;
}
img.thumb {
	border: 0;
	margin: 1;
}
body {
	color: black;
	background-color: white;
	font-family: sans-serif;
}

div.head3 {
	text-align: left;
	vertical-align: middle;
	background-color: #FFEBA0;
	font-size: large;
	width:	100%;
}

a#prev {
	background-image: url("pics/prev1.gif");
	background-repeat: no-repeat;
	float:	left;
	width:	44px;
	height:	41px;
}
a#prev:hover {
	background-image: url("pics/prev2.gif");
	background-repeat: no-repeat;
	float:	left;
	width:	44px;
	height:	41px;
}
#noprev {
	float:	left;
	width:	44px;
	height:	41px;
}
a#next {
	background-image: url("pics/next1.gif");
	background-repeat: no-repeat;
	float:	right;
	width:	44px;
	height:	41px;
}
a#next:hover {
	background-image: url("pics/next2.gif");
	background-repeat: no-repeat;
	float:	right;
	width:	44px;
	height:	41px;
}
#nonext {
	float:	right;
	width:	44px;
	height:	41px;
}
