body {
	font-family: arial, nimbus sans l;
	font-size: 14px;
	color: #000000;
	background:#ffffff url('../img/background.gif') no-repeat center top;
}

td {
	font-family: arial, nimbus sans l;
	font-size: 14px;
	color: #000000;
}

td.header {
	color: #ffffff;
	font-weight: bold;
	background: url("../img/headerback.gif");
}

table.main {
	border: 1px solid #000000;
	background-color: #e1e5ec;
}

td.form {
	font-size: 12px;
	font-style: italic;
}

.person {
	border: 1px solid #333333;
	background-color: #ffffff;
	padding:5px;
	line-height:1.2em;
}

.personlist {
	border: 1px solid #333333;
	background-color: #ffffff;
	line-height:1.2em;
	width:100%;
	height:75px;
	margin-bottom:3px;
}

.topmenu {
	margin-bottom:5px;
}

a {
 	text-decoration: none;
 	color: #660000;
}
a:hover {
 	text-decoration: underline;
 	color: #660000;
}
a:visited {
  	color: #660000;
}
a:active {
  	color: #000000;
}

td.tree {
	background:#ffffff url('../img/leaf.gif') no-repeat center center;
	border:1px solid black;
	padding: 2px;
	width:122px;
	height:50px;
	text-align:center;
	font-size:12px;
}

td.treenull {
	width:122px;
	height:50px;
	text-align:center;
}

td.treediv {
	width:12px;
	height:50px;
	text-align:center;
	font-size:8px;
}
