body {
	margin: 0;
	padding: 0px;
	background-color: #fff;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color: #333;
	font-size: 0.7em;
}

a {
	color: #f9a41d;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

hr.clear {
	visibility: hidden;
	margin: 0px;
	padding: 0px;
	height: 0px;
	clear: both;
	width: 50px;
}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

a.buttonLink {
	padding: 8px 36px;
	background: #f0f0f0 no-repeat 8px center;
	border: 1px solid #ddd;
	margin-right: 20px;
}