body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

.footer {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 5px;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.toplinks {
display: block;
width: 720px;
}

.toplinks a {
border: solid 1px #777;
padding: 2px;
margin: 1px;
background-color: #234577;
color: #FFF;
text-decoration: none;
}

.toplinks a:visited {
background-color: #994000;
color: #FFF;
text-decoration: none;
}

.toplinks a:hover {
background-color: #CC9900;
color: #FFF;
text-decoration: none;
}

.toplinks #selected {
background-color: #000;
border: solid 1px #000;
}

.toplinks #arrow {
background-color: #333;
margin-left: 20px;
margin-right: 20px;
}

.toplinks #arrow:hover {
background-color: #555;
}

