body{
	font-size:10pt;
	font-family:"arial";
}
a
{
	color:#000000;
}
div.wrap
{
	width:900px;
	margin-left:auto;
	margin-right:auto;
}

table.list
{
	border-collapse:collapse;
	border:1px #ccc solid;
}

table.list h2
{
	display:inline;
}

table.list th
{
	background-color:#efefef;
	text-align:left;
}
table.list td, table.list th
{
	border:1px #ccc solid;
	padding:2px;
}
table.list th
{
	padding:4px;
}

table.inner td
{
	border:none;
}
table.inner td.item
{
	font-weight:bold;
}

table.list tr.t0
{
	background-color:#f9f9f9;
}
table.list tr.t1
{
	background-color:#fff;
}
table.list tr.t0:hover, table.list tr.t1:hover
{
	background-color:#FFFBEF;
}

div.pagination
{
	text-align:center;
	margin:10px 0;
}
div.pagination a
{
	padding:4px 8px;
	margin:0 2px;
	border:1px #000 solid;
	text-decoration:none;
}

div.pagination a.current
{
	background-color:#efefef;
	color:black;
}
div.pagination a:hover
{
	background-color:#FFFBEF;
}
div.pagination a.current:hover
{
	color:black;
	background-color:#efefef;
}