.class1 A:link {
	color: White;
	text-decoration: none}
.class1 A:visited {
	color: White;
	text-decoration: none}
.class1 A:active {
	color: white;
	text-decoration: none}
.class1 A:hover {text-decoration: underline; color: red;}
td {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
}
a:link {
	color: #2E2E5C;
	text-decoration: none;
}
a:visited {
	color: #333366;
	text-decoration: none;
}
a:hover {
	color: #004080;
}
.smallfonts {
	font-size: 12px;
}
.topborder {
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
