.style1 {font-weight: bold}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #B8B436;
}
a:link {
	color: #756B2D;
	text-decoration: none;
}
a:visited {
	color: #7F7A12;
	text-decoration: none;
}
a:hover {
	color: #7F7A12;
	text-decoration: underline;
}
a:active {
	color: #7F7A12;
	text-decoration: none;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.style2 {
	color: #756B2D;
	font-weight: bold;
}