body{
	background-color: #eeeeee;
	text-align: center;
}
h1{
	margin: 0px;
	margin-bottom: 5px;
	margin-top: 5px;
	font-size: 24px;
	padding-left: 5px;
	border-left: 10px solid #000000;
	border-bottom: 3px double #000000;
	text-align: left;
}
h2{
	margin: 5px;
	font-size: 20px;
}
div.top{
	width: 480px;
	text-align: center;
	font-size: 14px;
}
div.top a img{
	border: none;
}
div.left{
	width: 120px;
	border: 1px solid #000000;
	font-size: 14px;
	background-color: #ffffff;
}
div.left p{
	margin-left: 3px;
	margin-bottom: 10px;
}

div.right_top{
	border: 1px solid #000000;
	background-color: #ffffff;
	margin-right: 5px;
}
div.right_bottom{
	border: 1px solid #000000;
	background-color: #ffffff;
	margin-right: 5px;
	margin-top: 5px;
	font-size: 14px;
	text-align: left;
	padding: 10px;
}
div.right_bottom p{
	margin-left: 0px;
}
div.right_bottom h2{
	margin: 0px;
	font-size: 20px;
}
div.bottom{
	font-size: 14px;
	border-top: 3px double #000000;
	padding-top: 3px;
	text-align: left;
}

div.left li{
	margin-left: 10px;
}

div.item_table{
	border: 1px solid #000000;
	width: 100%;
	height: 96%;
	background-color: #ffffff;
	margin-right: 5px;
	margin-top: 5px;
	padding: 4px;
}
div.item_image{
	text-align: center;
}
div.item_image a{
	width: 80px;
	height: 80px;
	border: 1px solid #c0c0c0;
	padding: 6px;
	overflow: hidden;
}


div.item_text{
	padding: 4px;
	font-size: 14px;
	text-align: center;
}

