/* CSS Document */

.linkcss{
	position:absolute;
	visibility:hidden;
	font-size:12px;
	font-weight:bold;
	font-family:Trebuchet MS, Arial, sans-serif;
	text-align:left;
	line-height:11px;	
	background-color:#000;
	width:124px;
	border:1px solid #A7A7A7;
	padding: 3 3 3 3;
}

.linkcss a{
	width: 124px;
	display: block;
	text-indent: 0px;
	text-decoration: none;
	font-weight: normal;
}

.linkcss a:hover{
	color: #c31f26;
	font-weight: bold;	
	text-decoration: underline;
}

.linkcss a:visited {
	font-weight: bold;
}

.linkcss a:active {
	font-weight: bold;
}

