/* CSS Document */

table.home
{
	margin-top:50px;
	height:370px;
}


table.home tr.up td
{
	vertical-align:top;
	height:40%;
}

table.home tr.up td input[type=checkbox]
{
	margin-left:10px;
	border:none;
}


table.home tr.down td
{
	vertical-align:bottom;
	height:50%;
}

table.home tr.down td a
{
	display:block;
	margin:5px 0px 5px 0px;
}


table.home tr.down td a:hover
{
	text-decoration:none;
	font-weight:bold;
}

