.style1 {
	font-family: tahoma;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}
.style2 {
	font-family: Tahoma;
	font-size: 11px;
}
.style3 {
	font-family: tahoma;
	font-size: 11px;
}
a {
	font-family: tahoma;
	font-size: 11px;
	color: #000000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #000000;
}