
body, td{
	font-family: Arial, sans-serif;
	font-size: 11px;
}

a {
	color: #e8aa2c;
	text-decoration: underline;
	font: 12px Arial, sans-serif;
}

a.project {
	color: #e8aa2c;
	text-decoration: none;
	font: 12px Arial, sans-serif;
}

td.head {
	color: #e8aa2c;
	font: 19 Arial, sans-serif;
	font-weight: bold;
}

.menubuttons a {
	color: #7c5b19;
	background-color: transparent;
	display: block;
	font: 15px Arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	margin-top: 10px;
}

.menubuttons a:hover, a.current {
	text-decoration: none;
	color: #e8aa2c;
}


.frontbuttons a {
	color: #7c5b19;
	background-color: transparent;
	padding: 0px;
	padding-left: 25px;
	display: block;
	border-left: 20px solid ;
	font: 18px Arial, sans-serif;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	text-transform: uppercase;
	margin-top: 6px;
	margin-left: 35px;
}

.frontbuttons a:hover {
	border-left: 20px solid;
	text-decoration: none;
	color: e8aa2c;
}
