.linkbox {
	font-family: Tahoma;
	font-size: 12px;
	border: 1px solid #FF9900;
	background-color: #FFFFFF;
}
a:link {
	font-family: Tahoma;
	font-size: 12px;
	color: #FF9933;
	text-decoration: none;
}
a:visited {
	font-family: Tahoma;
	font-size: 12px;
	color: #FF9933;
	text-decoration: none;
}
a:hover {
	font-family: Tahoma;
	font-size: 12px;
	color: #999999;
	text-decoration: underline;
}
a:active {
	font-family: Tahoma;
	font-size: 12px;
	color: #FF9933;
	text-decoration: none;
}
.companyname {
	font-family: Tahoma;
	font-size: 12px;
	color: #000099;
}

