@charset "utf-8";
/* CSS Document */

.Button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
}
.ButtonOver {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	cursor: pointer;
	font-weight: normal;
	background-color: #D3B497;
	text-decoration: underline;
}
a.leftNavs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	text-decoration: none;
}
a.leftNavsOver {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	text-decoration: underline;
}

