html, body {
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
	line-height: 150%;
	width: 100%;
	height: 100%;
	/*max-height: 100%;*/
	background:#FFF;
}

a {
	color: #89AD1D;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

br {
	font-size: 0;
	line-height: 0;
}

td {
	font-size: 12px;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #725C3F;
	line-height: 150%;
	padding:0 0 15px 0;
}

#footer {
	position:absolute;
	bottom:0;
	background:#FFF;
	z-index:100;
	font-size: 10px;
	color: #858585;
	width:100%;
	padding:5px 0;
}

#footer table {
}

#footer td {
	color: #858585;
	font-size: 10px;
	padding:0 10px;
}

#footer td.content {
	font-size: 11px;
	font-weight:bold;
	color:#8B9B6E;
}

#footer td.content span {
	color:#89AD1D;
}

.copyright a {
	color:#858585;
}

.language {
	font-size: 12px;
}