/* CSS Document */

.linkcss{
	position:absolute;
	visibility:hidden;
	font-size:11px;
	font-weight:bold;
	font-family:Tahoma, Arial, sans-serif;
	text-align:left;
	line-height:7px;	
	background-color:#FFFFFF;
	width:140px;
	border:1px solid #000080;
	padding: 5 5 5 5;
	color:#1272fd;
}

.linkcss a{
	width:140px;
	height:10px;
	display: block;
	text-indent: 0px;
	text-decoration: none;
	font-weight: bold;
	color: #1272fd;
}

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

.linkcss a:visited {
	color: #1272fd;
	font-weight: bold;	
	text-decoration: none;	
}

.linkcss a:active {
	color: #1272fd;
	font-weight: bold;	
	text-decoration: none;
}
