
body,td,th {
	font-family: "verdana";
	font-size: 10pt;
	color: #333333;
}
a {
	font-size: 10pt;
	color: #333333;
}
a:link {
	text-decoration: none;
	color: #000000;
	cursor: pointer;
}
a:visited {
	text-decoration: none;
	color: #000000;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
	color: #999999;
	cursor: pointer;
}
a:active {
	text-decoration: none;
	color: #99999;
	cursor: pointer;
}
.link {
	font-size: 13pt;
	color: #333333;
}
.link:link {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration: none;
	color: #333333;
	cursor: pointer;
}
.link:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration: none;
	color: #333333;
	cursor: pointer;
}
.link:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration: none;
	color: #666666;
	cursor: pointer;
}
.link:active {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration: none;
	color: #666666;
	cursor: pointer;
}