body {
	margin: 0px;
	height:100%;
	font-family:Trebuchet MS, Helvetica, sans-serif;
}

td {
	font-size: 13px;
	font-variant: small-caps;
}

img {
	vertical-align: bottom;
}

h2 {
	margin:0px;
}

a:link, a:visited {
	color: black;
}

a:hover {
	color: silver;
}

.section_selected a:link, .section_selected a:visited {
	color: red;
	text-decoration: none;
}
.section_selected a:hover {
	color: black;
	text-decoration: none;
}

.top_menu a:link, .top_menu a:visited {
	color: black;
	text-decoration: none;
}

.top_menu a:hover {
	color: red;
	text-decoration: none;
}

.top_info {
	font-size: 8pt;
	color: grey;
	vertical-align:top;
	text-align:right;
}

.top_info a:link, .top_info a:visited {
	color: grey;
	text-decoration: none;
}

.top_info a:hover {
	color: red;
	text-decoration: none;
}