body,div,p,form {
  line-height: 1.5em;
/*  font-family: Verdana,Helvetica,Arial; */
}
tr,td {
	line-height: 1.1em;
}
a:link { text-decoration:underline; color:#006666; }
a:visited { text-decoration:underline; color:#555555; }
a:active { text-decoration:underline; color:#aa6600; }
a:hover { text-decoration:none; color:#006699; background-color:;}

.clock {
  position: absolute;
  top: 1px;
  right: 6px;
  background-color: transparent;
}

.rel{
BORDER-BOTTOM: #666666 1px solid;
BORDER-LEFT: #FFFFFF 1px solid;
BORDER-RIGHT: #666666 1px solid;
BORDER-TOP: #FFFFFF 1px solid;
PADDING-LEFT: 1px;
}

.tbl1 th, .tbl1 td {
	border: 1px solid #000000;
}

table.tbl1 {
  margin-top: 0.2em;
  margin-bottom: 1em;
  border: 2px solid #000000;
}

table.tbl1 caption {
  margin-top: 1em;
  text-align: right;
}

table.tbl1 th,
table.tbl1 td {
  padding: 2px 3px;
}

h1 {
	padding-top:0.2em;
	font-size:18pt;
	color:crimson;
}

.tooltip {
	display:none;
	background-color:#ffa;
	border:1px solid #cc9;
	padding:3px;
	font-size:13px;
	-moz-box-shadow: 2px 2px 11px #666;
	-webkit-box-shadow: 2px 2px 11px #666;
}

