body {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

p {
	font-size: 12px;
}

.date {
	color: #999999;
	font-size: 10px;
	font-weight: bold;
}

h1 {
	font-size: 16px;
	color: #3F5363;
	font-weight: bold;
}

h2 {
	font-size: 14px;
	color: #3F5363;
	font-weight: bold;
}

h3 {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}

h4 {
	font-size: 12px;
	color: #000000;
	font-style: italic;
	font-weight: normal;
}

input {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

textarea {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.indented
{
	margin-left: 15px;
}

a {
	color: #5F7383;
	text-decoration: none;
}

a:hover {
	color: #5F7383;
	text-decoration: underline;
}
.baselink {
	color: #666666;
	text-decoration: none;
}
td {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.sidelinks {
	font-size: 12px;
	font-weight: normal;
	color: #E30000;
}

.mainborder{
	border-width: 1px;
	border-style: solid;
	cursor: default;
	border-color: #DDDDDD;
}

.settingsborder {
	border-width: 3px;
	border-style: dotted;
	cursor: default;
	border-color: #EEEEEE;
}

/* for the menu tree */
.dtree {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	width: 330px;
}
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a {
	color: #333;
	text-decoration: none;
}

.dtree a.node, .dtree a.nodeSel {
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: #333;
	text-decoration: underline;
}
.dtree a.nodeSel {
	background-color: #c0d2ec;
}
.dtree .clip {
	overflow: hidden;
}

