/* CSS Document */
.style22  {color: #ffffff;
     font-size: 10px;
	font-weight: bold;}
a:link {
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	color: #ff7f00;
	text-decoration: none;
}
a:active {
	color: #ffcc33;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}


