/* ---------- Header ---------- */
td#header {
	background: #d5e5b8 url(../img/header-bg.jpg) left top repeat-x;
	height: 209px;
	width: 100%;
}
td#header td#headerLeft {
	background: url(../img/header-left-bg.jpg) left top no-repeat;
	width: 50%;
}
td#header table#headerLogo {
	background: url(../img/header-logo-bg.png) left center no-repeat;
	margin-left: 20px;
	height: 163px;
	width: 385px;
}
td#header td#headerMainmenu {
	width: auto;
}
td#header td#headerMainmenu p {
	font-size: 18px;
	line-height: 1.1em;
	color: #00923f;
	margin: 4px 0px;
}
td#header td#headerMainmenu p a {
	color: #00923f;
	text-decoration: none;
}
td#header td#headerMainmenu p a:active,
td#header td#headerMainmenu p a:hover {
	color: #61c56c;
}
td#header td#headerTopmenu {
	background: url(../img/header-img.jpg) right top no-repeat;
	padding-top: 44px;
	vertical-align: top;
	width: 340px;
}
td#header td#headerTopmenu td {
	padding: 0px 14px;
}


/* ---------- Footer ---------- */
td#footer {
	background: #d1d1d1 url(../img/footer-bg.jpg) left top no-repeat;
	height: 152px;
}
td#footer p {
	margin-left: 231px;
}

/* ---------- Table ---------- */
.full {
	height: 100%;
	width: 100%;
}
.wsto {
	width: 100%;
}
.hsto {
	height: 100%;
}

/* ---------- Pos ---------- */
.vt {
	vertical-align: top;
}
.vm {
	vertical-align: middle;
}
.vb {
	vertical-align: bottom;
}
.al {
	text-align: left;
}
.ac {
	text-align: center;
}
.ar {
	text-align: right;
}

/* ---------- Text ---------- */
.font-b {
	font-weight: bold;
}
.font-i {
	font-style: italic;
}
.font-black {
	color: #000000;
}
.font-green {
	color: #00923f;
}
.font-gray {
	color: #636363;
}
