img {
	border-style: none;
	vertical-align: middle;
}

a {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
a:active, a:hover {
	color: #5597B8;
	text-decoration: none;
}

/* Top */
div#top {
	background-color: #F2F2F2;
	height: 62px;
	border-bottom: 1px solid #A0A0A0;
	text-align: center;
	min-width: 1006px;
	position: relative;
}
div#top img.logo {
	padding: 6px;
}
.cultures {
	position: absolute;
	top: 20px;
	right: 24px;
}
.cultures a {
	margin: 4px;
}

/* Footer */
div#footer {
	margin-top: 30px;
}
div#footer table {
	width: 100%;
	text-align: center;
	font-size: 10px;
}
div#footer p {
	text-align: center;
	margin: 0;
	padding: 12px 0 20px;
}

/* Generic classes */
.center {
	text-align: center;
}
.float_2 {
	width: 50%;
	float: left;
	clear: right;
	text-align: center;
}
.float_3 {
	width: 33.33%;
	float: left;
	clear: right;
	text-align: center;
}
.float_4 {
	width: 25%;
	float: left;
	clear: right;
	text-align: center;
}
.float_5 {
	width: 20%;
	float: left;
	clear: right;
	text-align: center;
}
.pointer {
	cursor: pointer;
}