body {
	background: White;
	margin-left: 0px;
	margin-top: 0px;
}
A:LINK {
	color: #3C7796;
	font-size: 9pt;
	text-decoration: none;
}
A:VISITED { 
    color: #3C7796;
	font-size : 9pt;
	text-decoration: none
}
A:HOVER {
	color: orange;
	font-size: 9pt;
	text-decoration: underline;
}
a.top {
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
a.top:link {
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
a.top:visited {
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
a.top:hover {
	font-size: 12px;
	color: #CC6600;
	text-decoration: underline;
}
td {
	font-size: 9pt;
}
.big{
	font-size: 10.5pt;
}