body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link {
	color: #5C5549;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #5C5549;
}
a:hover {
	text-decoration: underline;
	color: #5C5549;
}
a:active {
	text-decoration: none;
	color: #5C5549;
}

.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5C5549;
}
.contentBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5C5549;
	font-weight: bold;
}

