Body, Td {
	font-family: "Bookman Old Style", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #020096;
	font-size: 12px;


}

A {
	font-family: "Bookman Old Style", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #2E63C4;
	text-decoration: none;
}

A:Hover {
	color: #59C5F1;	
}

A.menu {
	color: #020096;
	font-size: 14px;
}
A.menu:Hover {
	color: #020096;
}
A.submenu {
	width: 100%;
	color: #020096;
	font-size: 12px;
	text-align: center;
	display: block;
}

A.submenu:Hover {
	color: #ffffff;
	background-color: #59C5F1;
}

.top-text {
	color: #ffffff;
	font-weight: bold;
}

sup {
	font-size: 70%;
}

img.graph {
	border-style: solid;
	border-width: 1px;
	border-color: #eaeaea;
}
.bold {
	font-weight: bolder;
}

Ul, Ol, Li {
	color: black;
}

Select, Option {
	font-family: "Bookman Old Style", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: White;
}