@charset "utf-8";
/* CSS Document */
body
{
	padding-bottom: 50px;
	margin-bottom: 50px;
}
table
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #666;
}

table tr td
{
	padding: 1px;
}

table tr td a
{
	color: #039;
	text-decoration: none;
}
table tr td a:hover
{
	color: #F90;
	text-decoration: underline;
}
