/* CSS Document */
<!--

<style type="text/css">
div.pop {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
span.pop {
	color:red;
	font-weight:bold
}
table.pop {
	color:white;
	background:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
    margin-left:-10px;
	margin-bottom:0px;
	border:none;
	padding:0px;
	border-top:none;
	border-bottom:none;
	width: auto;
	height: 14px;
}
tr.pop {
	border:none
}
td.pop {
	border:none
}
a.popup:active, a.popup, a.popup:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	color:#FFFFFF;
	cursor: crosshair;
	text-decoration: none;
	border: none;
	border-top:none;
	border-bottom:none;
	border-right:none;
	background-color:#333333;
	height: 0px;
	line-height: 0px;
	
}
a.popup:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	color:#0099CC;
	cursor: crosshair;
	text-decoration: underline;
	border: none;
	border-top:none;
	border-bottom:none;
	border-right:none;
	background-color:#333333;
	height: 0px;
	line-height: 0px;
	
}
-->
</style>


