		* {
			padding: 0px;
			margin: 0px;
			border: 0px;
			vertical-align: top;
		}
		body {
			width: 950px;
			margin: auto;
			border-top: 3px solid #666;
			border-bottom: 3px solid #666;
		}
		a {
			color: #003366;
			text-decoration: none;
		}
		a:hover {
			border-bottom: 1px dotted #003366;
		}
    img {
      margin: 2px;
    }
		.top {
			display: block;
			height: 80px;
			margin: 30px 40px 20px;
			color: #333333;
		}
		.top .t1 img {
			margin-bottom: -25px;
			margin-right: 15px;
		}
		.top .t2 {
			text-align: right;
		}
		.top .t2 img {
			margin-right: 10px;
			margin-bottom: 10px;	
		}
		.top .t2 button img {
			margin: 0px 0px -4px 5px;
		}
		.top .title1 {
			font-size: 180%;
			margin-right: 15px;
			font-weight: bold;
		}
		.top .title2 {
			font-size: 100%;
			color: #666666;
			font-style: italic;
		}		
		.top table {
			width: 100%;
		}
		.top button {
			background-color: #FFFFFF;
		}
		.top input {
			background-color: #BBB;
			font-size: 70%;
			padding: 3px;
			color: #FFFFFF;
		}
		.menu {
			height: 30px;
			border-bottom: 2px solid #666;			
		}
		.menu a {
			display: block;
			width: 147px;
			background-color: #666666;
			float: left;
			margin-left: 1px;
			padding: 4px 0px 4px 10px;
			color: #FFFFFF;
		}
		.menu a:hover {
			background-color: #003366;
			text-decoration: none;
			border-bottom: 0px;
		}
		.menu #nowpage {
			padding: 1px 0px 1px 8px;
			border: 3px solid #CC0033;
			background-color: #FF0000;
			width: 144px;
		}
		.bottom {
			padding: 15px 35px;
			margin-top: 20px;
			border-top: 2px solid #666666;
			background-color: #F4F4F4;
			color: #333333;
			font-size: 90%;
		}

		.center {
			padding: 40px 35px;
			font-family: Verdana, "Courier New";
			font-size: 14px;
			position: relative;
		}
		.center h1 {
			padding: 7px 5px 15px 0px;
			font-size: 150%;
			font-family: Georgia, "Times New Roman", Times, serif;
		}
		.center h2 {
			padding: 6px 5px 13px 0px;
			font-size: 130%;
			font-family: Georgia, "Times New Roman", Times, serif;
		}
		.center h3 {
			padding: 5px 5px 10px 0px;
			font-size: 110%;
			font-family: Georgia, "Times New Roman", Times, serif;
		}				
		.center p {
			margin-bottom: 5px;
			font-size: 90%;
		}
		.center hr {
			margin: 30px -40px;
			height: 2px;
			color: #666666;
			background-color: #666666;
		}
		.center .setka {
			width: 100%;
		}
		.center .setka th, .center .setka td {
			padding: 10px 0px;
		}
		.center .setka th {
			font-size: 130%;
			font-family: Georgia, "Times New Roman", Times, serif;			
			text-align: left;
			font-weight: bold;
		}

.comment {
	font-size: 90%;
	background-color: #C8C8C8;
	border-top: 1px dotted #666;
	border-bottom: 1px dotted #666;
	margin: 0px 2px 5px;
}
.comment a {
	color: #000066;
}
.comment p {
	padding: 4px;
}
.comment .titlecomment, .comment .linkscomment {
	padding: 4px;
	background-color: #E3E3E3;
	margin: 0px;
}
.center form {
	width: 600px;
}
.center form p {
	text-align: right;
}
.center form input {
	width: 350px;
}
.center form textarea {
	width: 450px;
	height: 80px;
}
.center form input, .center form textarea {
	background-color: #CCCCCC;
	padding: 5px;
	margin: 1px 0px;
}
.center form button {
	padding: 4px 20px;
	font-weight: bold;	
}
ul li {
	margin: 5px 30px;
	font-size: 95%;
	list-style-type: none;
}
ul li ul li {
	list-style-type: disc;
}
ul {
	margin: 5px 0px;
	padding: 5px 0px;
}
.smlink {
	position: relative;
	left: 270px;
	margin-top: -13px;
}
.subtext {
	color: #009933;
	font-size: 90%;
	font-style: italic;
}
.subrightmenu {
	display: block;
	position: relative;
	background-color: #AAA;
	border-top: 2px solid #777;
	border-left: 1px dotted #777;
	border-right: 1px dotted #777;	
	width: 170px;
	float: right;
	padding: 10px 0px;
}
.subrightmenu a {
	display: block;
	font-size: 90%;
	color: #FFFFFF;
	text-decoration: none;
	padding: 5px 0px 5px 10px;
	font-weight: bold;
}
.subrightmenu a:hover {
	border: 0px;
	color: #FFFF33;
	background-color: #003366;
}