<style>
<!--
A:link{ color: darkblue; text-decoration:none; }
A:visited{ color: darkmagenta; text-decoration:none; }
A:active{ color: red; text-decoration:none; }
A:hover {
  color :red;
  text-decoration : underline;
  cursor : hand;
  visibility : visible;
  float : none;
  clear : none;
  position : relative;
  top : 1pt;
  left : 1pt;
}
body{
	background-color:#003366;
	color:#333333;
}
.page{
	padding:0 10 0 20;
	border:1 solid #CCCC00;
	background-color:beige;
}
table.k-tbl{
	margin:8 0;
	width:100%;
	border-collapse:collapse;
}
td.k-td{
	padding:2 2 2 0;
	font-size:12px;
	line-height:140%;
	border-top:1 solid lightslategray;
	border-bottom:1 solid lightslategray;
	border-left:1 solid lightslategray;
	border-right:1 solid lightslategray;
}
.img{
	margin:5 0;
	border-top:1 solid white;
	border-bottom:1 solid black;
	border-left:1 solid white;
	border-right:1 solid black;
}
-->
</style>
