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

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

.middle {
	float: left;
	height: auto;
	width: 170px;
}
.middle2 {
	float: left;
	height: auto;
	width: 170px;
}
.middle3 {
	float: left;
	height: auto;
	width: 170px;
}

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

.links_container {
	float: left;
	height: auto;
	width: 850px;
	font-size: 11px;
	padding-left: 20px;

}

.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;
}
