.linkblack
{
	font-weight: bold;
	font-size: 11px;
	text-transform: none;
	cursor: hand;
	color: black;
	font-family: Tahoma, Verdana;
	text-decoration: none;
}
.linkblackx
{
	font-weight: bold;
	font-size: 18px;
	text-transform: none;
	cursor: hand;
	color: #3366cc;
	font-family: Tahoma, Verdana;
	text-decoration: none;
}
.linkwhite
{
	font-weight: bold;
	font-size: 11px;
	text-transform: none;
	cursor: hand;
	color: white;
	font-family: Tahoma, Verdana;
	text-decoration: none;
}
.linkwhitesmall
{
	font-weight: normal;
	font-size: 10px;
	text-transform: none;
	cursor: hand;
	color: #6f2e00;
	font-family: Tahoma, Verdana;
	text-decoration: none;
}
.LinkBlackBox
{
	border-right: black 1px;
	border-top: black 1px;
	font-weight: bold;
	font-size: 11px;
	text-transform: none;
	border-left: black 1px;
	cursor: hand;
	color: black;
	border-bottom: black 1px;
	font-family: Tahoma, Verdana;
	background-color: #ff9933;
	text-decoration: none;
}