@charset "ISO-8859-1";
body {
	margin: 0px;
	padding: 0px;
	height: 100px;
	width: 100%;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	vertical-align: text-top;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
}
.top {
	width: 98.5%;
	position: fixed;
	left: 0px;
	top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: right;
	z-index: 3;
	color: #666;
	font-weight: normal;
	right: 0px;
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 16px;
}

.container {
	margin: 0px;
	width: 108%;
	position: absolute;
	top: 65px;
	vertical-align: text-top;
	left: 15px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
}
.container img{
	vertical-align: text-top;
	padding-right: 25px;
	padding-left: 25px;
	padding-bottom: 60px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a {
	color: #000;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:hover {
	color: #666;
	text-decoration: underline;
}

