html {
	overflow: auto;
}
body {
	background: #fff url(../images/fon2.gif);
	margin-left: 0px;
	margin-right: 0px;
	text-align: center;
}
table {
	width: 760px;
	border: 0px;
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
td {
	padding: 0px;
}
a:hover {
	color: #000;
}
a:active {
	background: none;
}
.header {
	font: 28px arial, helvetica, sans-serif;
	background: #556d85;
	color: #fff;
	text-align: left;
	padding: 12px 0px 12px 4px;
}
.text {
	font: 11px/16px arial, helvetica, sans-serif;
	color: #333;
	text-align: justify;
	vertical-align: top;
	padding-right: 10px;
}
.text_rt {
	font: 11px/16px arial, helvetica, sans-serif;
	color: #333;
	text-align: justify;
	vertical-align: top;
	padding-left: 10px;
}
.button {
	font: 11px arial, helvetica, sans-serif;
	background: none;
	color: #333;
	text-align: center;
	text-decoration: none;
	border: 1px solid #556d85;
	padding: 0;
	height: 21px;
	width: 100px;
}
.button_hover {
	font: 11px arial, helvetica, sans-serif;
	background: #556d85;
	color: #fff;
	text-align: center;
	text-decoration: none;
	border: 1px solid #556d85;
	padding: 0;
	height: 21px;
	width: 100px;
}
.button_active {
	font: 11px arial, helvetica, sans-serif;
	background: #556d85;
	color: #333;
	text-align: center;
	text-decoration: none;
	border: 1px solid #556d85;
	padding: 0;
	height: 21px;
	width: 100px;
}
.button:focus {
	outline : none;
}
input[type="button"]:active {
	padding: 0;
}
.bar {
	font: bold 9px/18px arial, helvetica, sans-serif;
	color: #fff;
	background: #556d85;
	text-align: center;
	padding-bottom: 6px;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}
.link {
	color: #556d85;
	text-decoration: underline;
}
.right {
	text-align: right;
}