@charset "utf-8";
/* CSS Document */

#info p {margin-right:20px;}
#info img {margin:0 15px 15px 0; float:left;}
#info h1 {margin-left:15px;}

/* the style starts here */
.hov table {position:absolute; border:0; border-collapse:collapse; left:0;}
.hov a {
	color:#808080;
	text-decoration:underline;
	font-family: "Times New Roman", Times, serif;
}
.hov b {display:none; font-weight:normal;}
.hov:hover {position:relative; z-index:100;}
.hov a:hover,
.hov:hover a
{border:0; text-decoration:none; position:relative;}
.hov:hover b, 
.hov a:hover b
{
	display:block;
	visibility:visible;
	position:absolute;
	left:-10px;
	top:1em;
	cursor:pointer;
	border:1px solid #888;
	padding:5px 10px;
	font-family: "Times New Roman", Times, serif;
	color: #A0A0A4;
	background-color: #CEF5FF;
}
.hov b a {white-space:nowrap; color:#000; text-decoration:none; background:transparent; display:block;}
.hov b a:hover {text-decoration:underline;}

.clear {clear:both;}
