	td, div, .copy, .meta, .content {
		font: 11px Arial;
		line-height: 14px;
	}

	hr {
		color: #c7c7c7;
	}

	.content {
		color: #333333;
	}

	.content .headline {
		font-size: 13px;
		font-weight: bold;
		padding-bottom: 7px;
	}

	.menu a {
		font: 13px Arial;
		font-weight: bold;
		display: block;
		text-decoration: none;
		color: #ffffff;
		padding: 10 15 10 15;
	}

	.menu a:hover {
		color: #abb260;
		background: url(arrow.gif) left center no-repeat;
	}

	.menu td.active {
		font: 13px Arial;
		font-weight: bold;
		text-align:right;
		color: #abb260;
		padding: 10 15 10 15;
	}

	.menu td {
		border-bottom: 1px solid #555743;
	}

	input, textarea {
		width: 100%;
		font: 11px Arial;
		border: 0px;
		color: #333333;
		padding: 5px;
		background: #e7e7e7;
	}

	.logo {
		color: #ffffff;
		font-weight: bold;
	}

	.copy {
		color: #ffffff;
	}

	.meta a {
		color: #ffffff;
		margin-right: 30px;
	}
	.meta a:hover, .meta a.active:hover {
		text-decoration: none;
	}
