/* CSS Document */
<style type="text/css>
.popkr {font: ????, ????;
		color:#333333;
		vertical-align:top;
		text-align:left;
		line-height:120%;
		}

.popkr a {display: block;color:#666666;background: #ffffff; } /* display: block; here fixes Opera */
.popkr a:hover {position: relative; color: #666666; cursor: hand; text-decoration:none; /* cursor for IE! */}
.popkr p span {display: block;} /* doesn't do anything but thought it'd make sense ;) */

.popkr a span.pop {
font: ????, ????;
color:#333333;
text-decoration:none; 
background : #E4E4CD;
padding : 1em;
border : 1px dotted #666666;
position : absolute;
top: 10px;
left : -9999px; /* AP method of hiding */
/*display: none;*/
}

.popkr a:hover span.pop {
left: 10px;
 /* AP method of showing */
/* display: block; */
}

.popkr a span.pop img {display: block;
						float:left;
						margin:5px;
						vertical-align:top;}
.popkr img {float:left;
margin-bottom:4px;
margin-left:4px;
margin-right:4px;
margin-top:4px;
border:1px solid #cccccc;
vertical-align:top;
width: 90px;
}
/* span.text {white-space: nowrap;}*/ /* CSS IE fix if maniuplating br's isn't an option */
table.popkr{ border: 0px;
padding: 2px 2px 2px 2px;
border-collapse:separate;
background-color:#ffffff;
vertical-align:text-top;
border-spacing:10px;
}


.popkr td {
	border-style:dotted;
	border-color:#CCCCCC;
	border-width:thin;
	vertical-align:text-top;
	padding: 5px;
	clear:left;

	
	}
.popkr p{
	font:????, ????;
	margin-top:inherit;
	margin-left:110px;
	}
	

table.popkr tr.special td { background-color:#b0c4de; text-decoration:none; }

.tlk a {font-family: Verdana, Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-size:12px;
text-decoration:underline;}

table.tlk {border: 0px; background-color:#333333; width: 540px;
font-family: Verdana, Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-size:12px;
text-decoration:underline;}

.tlk a:visited {
	
	font-size: 12px;
	color: #ffffff;
	text-decoration: underline;
}
.tlk a:hover {
	
	font-size: 12px;
	color: #CCCCCC;
	text-decoration: underline;
}

</style>
