@charset "utf-8";
/* CSS Document */
body {
	background-color: #000;
}
.Toplinks {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000;
	text-align: center;
}

.Toplinks:hover {
	background-color: #404040;
	color: #FFF;
	text-decoration: none;
} 

body,td,th {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.TCC {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFF;
	text-align: right;
}
.ToplinksActive {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000;
	text-align: center;
	font-weight: bold;
}
.StandardContent {
	font-size: small;
	color: black;
}
.StandardContentJustified {
	font-size: small;
	color: black;
	text-align: justify;
}

