.main {
	font-size: 10pt;
	line-height: 125%;
	color: #333333;
}
a:link {
	color: #3333FF;
/*	text-decoration: underline; */
}
a:visited {
	color: #3366CC;
/*	text-decoration: underline; */
}
a:hover {
	color: #FF9900;
	text-decoration: none;
}
a:active {
	color: #FF0000;
	text-decoration: none;
}
.top {
	font-size: 10pt;
	line-height: 120%;
	color: #375069;
}
