#page_table		{
	width:		100%;
}
#header_table  {
	text-align:		center;
	padding-top:  	 10px;
	margin-left:	auto;
	margin-right:	auto;
}
#picture_table  {
	text-align:		center;
	margin-left:	auto;
	margin-right:	auto;
}
td.small_picture_td  {
	padding-left:  10px;
	padding-right: 10px;
}
.small_picture  {
	width:		130px;
	height:		87px;
}
.small_picture	{
	border-style:		solid;
	border-color:		black;
	border-width:		2px;
}
.small_picture:hover	{
	border-color:		#ff0055;
}
.head_line  {
	font-size:		1.3em;
	font-weight:	bold;
	font-family:	serif;
}
.next_line  {
	font-family:	Arial, sans-serif;
	font-size:		.9em;
}
#caption_td		{ text-align: center; }

.fit_button  {
	background-color:		#e0e0e0;
	color:	#440000;
}
.fit_button:hover	{
	background-color:		#774400;
	color:	#ffeeee;
}
