@CHARSET "ISO-8859-1";

body {
	font-family: Arial Narrow, Arial;
	font-size: 0.8em;	
	font-weight: bold;
	color: #006699;
	background-color:#eff3ff;
}
div {
	float: left;
	width: 200px;
}
span {
	height:32px;
	width: 200px;
	float:left;
	overflow:hidden;
}
img {
	float: left;
	border: none;
}
a {
	text-decoration: none;
	color: #006699;
}