BODY {
	background-color: white;
	font-family: 'Trebuchet MS',Arial,Helvetica,sans-serif;
	color: blue;
	font-size: 16px;
	border-top: 1px solid blue;
	border-left: 2px solid blue;
}
H1 {
	text-align: center;
	color: blue;
	font-size: 20px;
}
H2 {
	color: blue;
	font-size: 16px;
}
.red {  
	color: #ff00ff;
}
P {
	color: blue;
	font-size: 16px;
}
P.ed {
	color: black;
	font-size: 14px;
	font-style: italic;
}
P.flag {
	text-align: center;
	font-weight: bold;
	font-style: italic;
}
P.fn {
	color: slategray;
	font-weight: bold;
}
A {
	color: blue;
	font-size: 16px;
}
A:HOVER {
	color: red;
}
DT {
	font-weight: bold;
}
TABLE {
	align: center;
	width: 100%;
}
TD {
	vertical-align: top;
	font-size: 16px;
}
TD.bal {   
	width: 33%;
	vertical-align: middle;
	text-align: center;
}
TD.desc {
	vertical-align: middle;
}
TD.logo {
	vertical-align: middle;
	text-align: center;
}
TD.left {
	width: 20%;
}
TD.mid {
	width: 35%;
}
TD.right {
	width: 45%;
}
#over {
	position:absolute;
	top: 65px;
	left: 40%;
	width: 75mm;
	border: solid 2px grey;
	padding: 3px;
	font-family:trebuchet;
	font-size:12pt;
	color: black;
	text-align:center;
	background-color: #ffffbb;
	z-index: 7;
}
#over li {
	font-size:10pt;
	text-align: left;
}
#over ul {
	margin-top: 0;
	margin-bottom: 0;
}
