.left_col {
	width: 200px;
}
body {
	background-color: #909;
}
#header_block {
	left:auto
	right:auto
	background-color: #FFF;
	background-image: url(img/header_1.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 350px;
	width: 1024px;
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
}
#logo_up {
	padding-left: 0px;
	padding-right: 524px;
	color: #FFF;
}
#navigate_block {
	background-color: #FFF;
	height: 40px;
	width: 1024px;
	margin: 0px;
	padding: 0px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dotted;
	border-top-color: #909;
	border-right-color: #909;
	border-bottom-color: #909;
	border-left-color: #909;
}
#main_menu {
	display: inline;
}
#main_table {
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	width: 1024px;
}

a {
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
	text-decoration: underline;
	text-align: center;
}
a:hover {
	color: #F00;
	text-decoration: underline;
}hr {
	color: #909;
	border: thin solid #909;
}
.text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	text-align: justify;
	padding: 10px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: dotted;
	border-left-style: dotted;
	border-top-color: #909;
	border-right-color: #909;
	border-bottom-color: #909;
	border-left-color: #909;
}
.name {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
}
.menu_text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	margin: 0px;
	padding: 10px;
	background-image: url(img/bullet_1.png);
	background-repeat: no-repeat;
	background-position: left center;
	width: 200px;
	text-align: center;
}

.left_block {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: dotted;
	border-top-color: #909;
	border-right-color: #909;
	border-bottom-color: #909;
	border-left-color: #909;
	text-align: left;
	padding-left: 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
}
h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 1em;
}
h4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #909;
}
h5 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	color: #333;
}
h1 {
	font-size: 1.2em;
	font-weight: bold;
	color: #333;
}
.footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	text-align: left;
	padding: 10px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: dotted;
	border-left-style: dotted;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
.bold {
	font-weight: bold;
	color: #909;
}
.table_header {
	font-weight: bold;
	text-align: center;
	vertical-align: top;
}
.answer {
	text-align: justify;
	width: 600px;
	display: inherit;
}
