@CHARSET "UTF-8";

table.home {
	width: 640px;
	
	margin: 0px 5px 10px 5px;
	padding: 0px;
}

table.home td {
	height: 20px;
	
	margin: 0px;
	padding: 5px 0px 5px 0px;
}

table.home td.headline {
	width: 440px;
	
	font-weight: bold;
	
	border-bottom: solid 1px #cfcfcf;
}

table.home td.value {
	width: 440px;
}

table.home td.register {
	width: 200px;
	
	padding: 28px 0px 0px 0px;
	
	vertical-align: top;
	text-align: right;
}

table.home td img {
	border: solid 1px #cfcfcf;
}