@charset "UTF-8";
/* CSS Document */

td img {
	display: block;
}
body {
	background-color: #000;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10px;
	color:#000
	border-top: 0;
	margin-top: 0px;
	color: #333;
}
a:link {
	text-decoration: underline;
	color: #666
}
a:visited {
	text-decoration: underline;
	color: #666
}
a:hover {
	text-decoration: none;
	color: #666
}
a:active {
	text-decoration: underline;
	color: #666
}
.small_text {
	font-size: 10px;
}
.med_text {
	font-size: 12px;
}
td img {
/* Another Mozilla/Netscape bug with making sure our images display correctly */
	display: block;
}