body {
	margin: 0px;
	padding: 0px;
	font-family: "Times New Roman";
	font-size: 14px;
	line-height: 1.5em;
	color: #595959;
	text-align: center;
	background: #FFF;
	}
* { margin: 0; padding: 0; }
img { border: none; }
h1 { margin: 0.5em 0; }
h2 { margin: 0.5em 0; font-size: 18px; text-transform: uppercase; color: #333; }
h2.agroma { float: left; border-bottom: 1px solid #333; }
dl { margin: 1em;}
dt { font-weight: bold;}

table { margin: 1em 0; background: url('../img/table-bg.png') repeat bottom right; border: 5px solid #ffcc00; width: 900px; color: #000; }
table th { padding: 0.5em; color: #333; background: #ffcc66; font-size: 17px; font-weight: bold; text-align: justyfi; }
table span { display: block; float: left; margin-right: 1em; color: #999; }
table th a { color: #3690c8; }
table td { padding:0.5em; text-align: center; }
.ortable { background:#ffcc00; text-align: center; color: #be8b26;}
.grey th { font-weight: bold; }
table.date img { cursor: help; }

input { padding: 0.5em; width: 200px; border: 1px solid #e1e1e1; }
.error { background: #ffdfdf; border: 1px solid #F00; }
.left {
	float: left;
}
.right {
	float: right;
}
.big { font-size: 20px; }

.help { clear: both; margin: 2em 0; width: 350px; color: #666; font-style: italic; }


#wrap-page {
	width: 900px;
	margin: 0px auto;
	text-align: left;
	overflow: hidden;
}

.grad {
	margin: 1em auto;
	text-align: center;
}
.grad p { font-size: 14px; }

#head {
	width: 900px;
	height: 128px;
	overflow: hidden;
	background: url('../img/head-bg.png') repeat-x top left;
}
#head h1 { font-size: 36px; color: #000; line-height: 25px; text-transform: uppercase; }
#head h1 span { font-size: 20px;}
#logo { float: left; }
#menu {
	float: right;
}
#menu ul {
	margin: 0.5em 0;
	overflow: hidden;
	list-style: none;
}
#menu li { float: left; font-size: 14px; margin: 0 10px; font-weight: bold; text-align: center; }
#menu li a {
	display: block;
	width: 101px;
	height: 31px;
	line-height: 30px;
	color: #333;
	text-decoration: none;
}
#menu li a.active, #menu li a:hover {
	color: #a60000;
	background: url('../img/menu-active.png') no-repeat 0px 0px;
}


#content {
	width: 900px;
}
.bg-agroma { padding: 1em 0; background: url('../img/bg-agroma.png') no-repeat bottom right; }

.block {
	clear: both;
	width: 650px;
}
ul.wrap-yellow {
	list-style: none;
	margin: 1em 0;
	padding: 0;
	overflow: hidden;
}
ul.wrap-yellow li {
	float: left;
	margin: 0.5em;
	padding: 0;
	width: 250px;
	height: 100px;
	text-align: center;
}
ul.wrap-yellow li span {
	display: block;
	z-index: 9999;
	position: relative;
	float: right;
	top: 6px;
	right: 22px;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
}
.wrap-yellow a {
	display: block;
	width: 250px;
	line-height: 100px;
	color: #a57e00;
	text-decoration: none;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	background: url('../img/wrap-bg.png') no-repeat 0px 0px;

}
.wrap-yellow a#first {
	padding: 30px 0px;
	line-height: 20px;
}
.wrap-yellow a:hover {
	color: #383838;
	background: url('../img/wrap-bg.png') no-repeat 0px -100px;
}
.wrap-yellow p {
	font-size: 13px;
	text-align: justify;
	line-height: 1.2em;
}
ol { margin: 0.5em; padding: 0.5em; list-style: none; }
ol>li { margin: 1em; padding: 1em; font-weight: bold; background: #fffdec; border: 1px solid #dba901; }

#footer {
	clear: both;
	overflow: hidden;
	color: #999;
	font-size: 11px;
	text-align: center;
	background: url('../img/foot-bg.png') repeat-x top left;
	border-top: 1px solid #bbbbbb;
}
#footer h2 {
	color: #666;
}
#footer h2 span { color: #333; }

#footer p { clear: both; margin: 1em; font-size: 14px; color: #333; }
.leader { margin: 0.5em; font-size: 20px; color: #333; }