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

.left {
	float: left;
	height: auto;
	width: 190px;
}

.middle {
	float: left;
	height: auto;
	width: 190px;
}

.right {
	float: left;
	height: auto;
	width: 160px;
}

.links_container {
	float: left;
	height: auto;
	width: 540px;
	font-size: 11px;
	line-height: normal;

}

.links_container img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 5px;
}

.links_container a:link {
	text-decoration: none;
	font-size: 10px;
}

.links_container a:visited {
	text-decoration: none;
	font-size: 10px;
}

.links_container a:hover{
	text-decoration: none;
	font-size: 10px;
}
