.Home {
	width:100%;
	position:relative;
	overflow:hidden;
	color:#E6E6B4;
	font-size:1.4em;
}

	.Home table {
		width:100%;
		table-layout:fixed;
	}

	.Home td {
		vertical-align:top;
		border:outset 1px #FFFFFF;
	}

	.Home div {
		position:relative;
		overflow:hidden;
		color:#000000;
	}
		.Home span {
			display:block;
			padding-left:22px;
			height:25px;
			line-height:23px;
			font-weight:bold;
			background:url(../images/HomeTitle.jpg) repeat-x left top;
		}
		.Home div {
			margin:6px;
		}
		.Home a {
			display:block;
			position:relative;
			overflow:hidden;
			height:25px;
			line-height:25px;
			text-decoration:underline;
			color:#884141;
			font-size:1em;
			text-align:right;
			padding-right:10px;
			padding-bottom:2px;
		}
			.Home a:hover {
				color:#418841;
			}
