.highlight {
	font-weight: bold;
	color: #FFFFFF;
}
body {
	background-color: #191919;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size:11px;
}


a:link { color: #585858; text-decoration:underline;}
a:hover { color: #585858; text-decoration:none;}
a:active { color: #585858; text-decoration:underline;}
a:visited { color: #585858; text-decoration:underline;}
a:visited:hover { color: #585858; text-decoration:none;}

h1 {
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	color: #000000;
}

.footer {
	color: #CCCCCC;
	font-size: 11px;
}

.footer a:link { color: #CCCCCC; text-decoration:underline;}
.footer a:hover { color: #CCCCCC; text-decoration:none;}
.footer a:active { color: #CCCCCC; text-decoration:underline;}
.footer a:visited { color: #CCCCCC; text-decoration:underline;}
.footer a:visited:hover { color: #CCCCCC; text-decoration:none;}
.footer ul {
	list-style-type: none;
	display: inline;
	margin: 0px;
	padding: 0px;
}
.footer li {
	display: inline;
	padding-right: 6px;
	padding-left: 0px;
}
td {
	font-size: 11px;
}

