/* CSS Document */

.anylinkcss{
	position:absolute;
	visibility: hidden;
	border:1px solid black;
	border-bottom-width: 0;
	font:normal 12px Verdana;
	line-height: 18px;
	z-index: 100;
	background-color: #C50808;
	width: 205px;
	left: 83px;
	top: 289px;
}

.anylinkcss a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	text-indent: 5px;
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
}

.anylinkcss a:hover{
	background-color: #000066;
	color: white;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
}
.highlight {
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #FFFF00;
}
.redunderlined {
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
	text-decoration: underline;
}
.redbox {
	border: solid #CC0000;
}

