/* CSS Document */

.wrapper {
	position: relative;
	width: 900px;
	margin-right: auto;
	margin-bottom: -45px;
	margin-left: auto;
	text-align: left;
	background-color: #00152B;
}
	.footer {
	position: relative;
	width: 900px;
	background-color: #00152B;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	vertical-align: middle;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	line-height: 40px;
}

.StileFontsmall {font-size: 10px}

.StileTitle {
	color: #C1E7F9;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}