body {
	font-family: "MS Sans Serif";
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #F8F7F3;
}
.text {
	font-size: 10pt;
	color: #AA8051;
	text-decoration: none;
	font-weight: normal;
}
.bold {
	font-size: 9pt;
	font-weight: bold;
	color: #70502D;
	font-style: normal;
}
.blackbold {
	font-size: 12pt;
	font-weight: bold;
	color: #895101;
}
.whitetext {
	font-size: 9pt;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
.blacktext {
	font-size: 9pt;
	color: #333333;
	text-decoration: none;
	font-weight: normal;
}
.whitebold {
	font-size: 10pt;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bolder;	
}
a.text:hover {
	text-decoration: underline;
}

.smalltext {
	font-size: 7pt;
	color: #AA8051;
	text-decoration: none;
	font-weight: normal;
}
.links {
	font-size: 9pt;
	font-weight: bold;
	color: #70502D;
	font-style: normal;
	text-decoration: none;
}
a.links:hover{text-decoration:underline;
}
