html, body {
	background-color: #634233;
	background-image: url(/repository/layout/body-bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	font-family: Times New Roman;
	font-size: 14px;
}

.search-input {
	background-image: url(/repository/layout/search-bg.jpg);
	width: 154px;
	height: 20px;
	font-size: 14px;
	background-color: transparent;
	border: 0px;
	padding-top: 4px;
	padding-right: 10px;
	padding-left: 10px;
}

.h1-brown h1 {
	color: #703c23;
	font-size: 26px;
	margin: 0px;
	padding: 0px;
	font-family: Times New Roman;
}

.h1-red h1 {
	color: #b81111;
	font-size: 26px;	
	margin: 0px;
	padding: 0px;
	font-family: Times New Roman;
}

a {
	color: #b81111;
	font-weight: bold;
}

p {
	margin: 0px;
}

h1 {
	margin-top: 0px;
	font-size: 23px;
	color: #b81111;
}

h2, h3, h4, h5 {
	color: #703c23;
}

h3,h4,h5 {
	margin-top: 0px;
	margin-bottom: 0px;
}

.content td {
	padding: 4px;
}

.footer {
	color: #f4c19f;
}

.footer a {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #f4c19f;
}

table.tree {
	border-collapse: collapse;
}

table.tree td {
	padding: 0px;
	margin: 0px;
	font-size: 12px;
}

a.pk_kmen {
	//font-weight: normal;
	color: black;
}

a.pk_kmen_red {
	//font-weight: normal;
	color: red;
}

a.pk_kmen_brown {
	//font-weight: normal;
	color: #6A4734;
}

td.tree_line_bottom_right {
	border-bottom: 2px solid #DBD7CB;
	border-right: 2px solid  #DBD7CB;
}
td.tree_line_top_right {
	border-top: 2px solid  #DBD7CB;
	border-right: 2px solid #DBD7CB;
}
td.tree_line_top_left {
	border-top: 2px solid #DBD7CB;
	border-left: 2px solid #DBD7CB;
}
td.tree_line_bottom_left {
	border-bottom: 2px solid #DBD7CB;
	border-left: 2px solid #DBD7CB;
}
td.tree_line_right {
	border-right: 2px solid #DBD7CB;
}
td.tree_line_left {
	border-left: 2px solid #DBD7CB;
}
