/* CSS Document */

.linkcss{
	position:absolute;
	visibility:hidden;
	font-size:12px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	line-height:11px;	
	background-color:#231f20;
	width:124px;
	border:2px solid #ffffff;
	padding: 3 3 3 3;
}

.linkcss a{
	width: 124px;
	display: block;
	text-indent: 0px;	
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}
.linkcss a:hover{
	color: #ffffff;
	font-weight: bold;	
	text-decoration: underline;
}
.linkcss a:active {	
	color: #ffffff;
	font-weight: bold;
}