#page_table		{
	text-align:		center;
	margin-left:	auto;
	margin-right:	auto;
}
#header_table  {
	top:	0;
	text-align:		center;
	padding-top:  	0px;
	margin-top:		auto;
	margin-left:	auto;
	margin-right:	auto;
}
#header_cell	{
	top: 0;
	vertical-align: top;
}
#picture_table  {
	text-align:		center;
}
td.small_picture_td  {
	padding-left:  10px;
	padding-right: 10px;
}
.small_picture	{
	height:					150px;
	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  {
	width: 12em;
	height: 1.7em;
	font-size: .9em;
	text-align: center;
	background-color:		#e0e0e0;
	color:	#440000;
	margin-bottom: 2px;
}
.fit_button:hover	{
	background-color:		#774400;
	color:	#ffeeee;
}