td img {
	display: block;
}
body {
	background-color: #000033;
	margin-top: 0px;
	font-family: "Courier New", Courier, monospace;
	color: #CCCCCC;
}
.small {
	color: #CCCCCC;
	font-family: "Courier New", Courier, monospace;
	font-size: small;
}
.normal {
	font-size: medium;
	color: #CCCCCC;
}
.normal-bold {
	font-size: medium;
	font-weight: bold;
	color: #CCCCCC;
}
.large-bold {
	font-size: large;
	font-weight: bold;
	color: #CCCCCC;
}
a:link {
	color: #66CCFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0099FF;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.tinytext {
	font-size: xx-small;
	color: #000033;
}.normal-boldItalic {
	font-size: medium;
	font-weight: bold;
	color: #CCCCCC;
	font-style: italic;
}
