html {
	width: 100%;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 12pt;
	background: #fff;
	color: #000;
	width: 100%;
}

ul, ol {
	text-align: left;
	margin: 0px;
	padding: 20px;
}

li {
	text-align: left;
}

#legend {
	display: none;
}

#top_block {
	display: none;
}

#container {
	width: 100%;
}

#content {
	width: auto;
}

#content2 {
	width: auto;
}

#content_footer {
	display: none;
}

#left_block {
	display: none;
}

#navigation_bar {
	display: none;
}

#footer_block {
	display: none;
}

.small {
	font-size: 10px;
	color: #000;
	font-style: normal;
	font-weight: normal;
}

