/* CSS Document */
a.link, a.link:visited, a.link:active {
	color: #696958;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
a.link:hover {
	color: #4B4B3F;
	text-decoration: none;
}
a.link2, a.link2:visited, a.link2:active {
	color: #999999;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
a.link2:hover {
	color: #333333;
	text-decoration: none;
}
A.copyright, A.copyright:Visited, A.copyright:Active {
	font-size : 9px;
	font-weight: bold;
	font-family : Tahoma, Verdana;
	text-decoration : underline;
	color : #999999;
}
A.copyright:Hover {
	font-size : 9px;
	font-weight: bold;
	font-family : Tahoma, Verdana;
	text-decoration : none;
	color : #666666;
}
