@charset "iso-8859-9";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#F3F0DA;
}.top_button {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #5E5338;
	font-weight: bold;
	font-style: normal;
	text-decoration:none;
}
.bottom_text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #5E5338;
	font-weight: bold;
	font-style: italic;
}
.normal_text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #5E5338;
	font-weight: normal;
	font-style: normal;
	text-decoration:none;
	text-align: center;
}
.form_text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #5E5338;
	font-weight: bold;
	font-style: normal;
	text-decoration:none;
	text-align: left;
	background-color: #F3F0DA;
}
.left_menu {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #5F5338;
	font-weight: normal;
	font-style: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B19B81;
	padding-bottom: 3px;
	display: block;
	margin-bottom: 8px;
	text-decoration: none;
}
.left_menu:hover {
	font-weight: bold;
}
.inp{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #5E5338;
	font-weight: normal;
	font-style: normal;
	text-decoration:none;
	background-color: #FBFAF0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #C0B394;
	border-right-color: #5F5338;
	border-bottom-color: #5F5338;
	border-left-color: #C0B394;
	padding: 3px;
}

