
body {
	color: #783e00;
	font-size: 90%;
}

h3 {
    font-size: 1.2em;
    border-bottom: solid 2px;
}

p {
	margin: 0 0 1.5em 0;
}

table {
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 0.857em;
	margin: 10px 0;
	width: 100%;
}

table p {
	margin: 0;
}

table th {
	background: #7b5a42;
	color: #fff;
	text-align: center;
	vertical-align: middle;
}

table tr.even {
	background: #fff8f0;
}

table tr.odd {
	background: #f9ecdd;
}

table th {
	background: #7b5a42;
	color: #fff;
	text-align: center;
	vertical-align: middle;
}

table td,
table th {
	border: 1px solid #c8b297;
	padding: .4em .6em;
}


#sidebar table th {
	color: inherit;
}

#sidebar table td,
#sidebar table th {
	border: none;
}


.mceItemTable td,
.mceItemTable th {
	border: 1px solid #c8b297;
	padding: 4px 9px;
}

a {
	color: #783e00;
	text-decoration: underline;
}