* {
	margin: 0;
	padding: 0;
	border: none;
}
body {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
	background-color: #d7d1cb;
	line-height: 1.5em;
	background-image: url(./gfx/back.gif);
}
input, select, textarea {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
	background-color: white;
}
p {
	margin: 0 0 10px 0;
}
a {
	color: black;
	background-color: transparent;
}
li {
	margin-left: 20px;
	padding-left: 5px;
}
h1 {
	margin: 0 auto;
	font-size: 26px;
	width: 367px;
	height: 123px;
	background-image: url(./gfx/logo.gif);
	background-repeat: no-repeat;
}
h1 span {
	display: none;
}
h3 {
	font-size: 13px;
}
.cistic {
	clear: both;
}

div.lt {
	background-image: url(./gfx/lt.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
div.rt {
	background-image: url(./gfx/rt.gif);
	background-position: right top;
	background-repeat: no-repeat;
}
div.lb {
	background-image: url(./gfx/lb.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}
div.rb {
	background-image: url(./gfx/rb.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}
div.top {
	background-image: url(./gfx/top.gif);
	background-repeat: no-repeat;
	width: 900px;
	margin: 0 auto;
	height: 4px;
	overflow: hidden;
}
div.bottom {
	background-image: url(./gfx/bottom.gif);
	background-repeat: no-repeat;
	width: 900px;
	margin: 0 auto 50px auto;
	height: 4px;
	overflow: hidden;
}

#body {
	width: 880px;
	margin: 0 auto;
	background-color: White;
	color: black;
	padding: 6px 10px;
}
#body div.main {
	width: 545px;
	float: left;
}
#body div.lista {
	width: 330px;
	float: left;
	margin-left: 5px;
}
#body div.title {
	font-weight: bold;
	background-color: #F47809;
	color: white;
	background-image: url(./gfx/title.gif);
	background-repeat: repeat-x;
	_overflow: hidden;
	_height: 33px;
}
#body div.title a {
	color: white;
	background-color: transparent;
}
#body div.text {
	margin-top: 2px;
	background-color: #d7d1cb;
	color: black;
}
div.content {
	padding: 7px 10px;
}
div.big-content {
	padding: 10px;
}

#body h2 {
	color: #444444;
	background-color: transparent;
	font-size: 13px;
	margin: 0 0 10px 0;
}

#body table {
	width: 100%;
	margin-top: 10px;
}
#body table tr.l0 th {
/*	background-color: #8E7D6D;*/
	background-color: #F47809;
	background-image: url(./gfx/title.gif);
	background-repeat: repeat-x;
	color: white;
	font-weight: bold;
	padding: 2px 8px;
}
#body table tr.l1 {
	background-image: url(./gfx/back_tr1.gif);
	background-repeat: no-repeat;
	background-color: #E4E2E0;
	color: black;
}
#body table tr.l2 {
	background-image: url(./gfx/back_tr2.gif);
	background-repeat: no-repeat;
	background-color: #CABFB5;
	color: black;
}
#body table tr.l1 th, #body table tr.l2 th {
	padding: 2px 8px;
	text-align: left;
	color: #444444;
	background-color: transparent;
}
#body table tr.l1 td, #body table tr.l2 td {
	padding: 2px 8px;
	text-align: right;
	color: #444444;
	background-color: transparent;
}
#body table tr.l1 td {
	background-image: url(./gfx/back_tr1.gif);
	background-repeat: no-repeat;
	background-position: top right;
}
#body table tr.l2 td {
	background-image: url(./gfx/back_tr2.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

#body table tr.hi th, #body table tr.hi td {
	color: #F47809;
	background-color: transparent;
}
input#mt_submit, input#vmt_submit {
	margin: 0 15px 0 5px;
	background-color: #D7D1CB;
	color: black;
}

div.tit {
	padding: 5px;
}
div.l1 {
	background-image: url(./gfx/back_tr1.gif);
	background-repeat: no-repeat;
	background-color: #E4E2E0;
	color: black;
}
div.l2 {
	background-image: url(./gfx/back_tr2.gif);
	background-repeat: no-repeat;
	background-color: #CABFB5;
	color: black;
}
div.tit img {
	float: left;
	margin-right: 10px;
}
div.tit a {
	color: black;
	background-color: transparent;
	font-weight: bold;
	font-size: 12px;
}

.forum label {
	font-weight: bold;
	display: block;
}
.forum input, .forum textarea {
	width: 100%;
}
.forum input.submit {
	width: 80px;
	margin-top: 5px;
	float: right;
	background-color: white;
	color: black;
	font-weight: bold;
}
.error {
	font-weight: bold;
	color: red;
	background-color: transparent;
}
.forum label span {
	font-weight: normal;
	color: black;
}

p.line {
	padding-top: 10px;
	border-top: 1px solid white;
}
