body {
	background-image: url('tlo.gif');
	background-repeat: repeat-x;
	background-color: #d7d7d7;
	margin: 0px;
}
a {
	color: #d7c599;
	text-decoration: none;
}
a:hover {
	color: #ffb401;
	text-decoration: none;
}
.nav {
	font: 10px Tahoma;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #808080;
}
a.nav {
	text-decoration: none;
	color: #000000;
}
a.nav:hover {
	text-decoration: none;
	color: #a04b00;
}

a.nav_2 {
	font: 10px Tahoma;
	text-decoration: none;
	color: #000000;
}
a.nav_2:hover {
	text-decoration: none;
	color: #ffffff;
}

.r {
	font-weight: bold;
	color: #cc0000;
}
table {
	font: 12px Trebuchet MS;
	text-align: justify;
	color: #ffffff;
}
.title {
	font-size: 18px;
	display: block;
	text-align: right;
	color: #cdb899;
}
a.admin {
	color: #ffffff;
	padding: 3px;
	font-family: Tahoma;
	background-color: #ff0000;
	text-decoration: none;
}
a.admin:hover {
	color: #ff0000;
	background-color: #ffffff;
}
.f {
	font: 11px Tahoma;
	border-top: solid 1px #4c3b31;
	border-left: solid 1px #4c3b31;
	background-image: url('tlo_form.gif');
	background-repeat: repeat-x;
	background-color: #ebe5e3;
	border-right: solid 1px #d6c7ba;
	border-bottom: solid 1px #d6c7ba;
	padding: 2px;
}
input {
	font: 11px Tahoma;
}
.brief {
	color: #d7c599;
}