body {
	background-color: #9f958b;
}

body, th, td {
	font-family: Tahoma, Arial;
	font-size: 13px;
	vertical-align: top;
}

/* links */
a {
	color: #0000CC;
}

a:hover {
	color: #0033FF;
}

/* headings */
h1, h2, h3 {
	margin: 0px;
}

h1 {
	font-size: 22px;
}

/* paragraphs */
p {
	margin-top: 4px;
	margin-bottom: 7px;
}

/* font styles */
.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

#header {
	text-align: right;
	border-bottom: 1px dotted #C4B9B3;
}

#menu {
	width: 150px;
	border-right: 1px dotted #C4B9B3;
	background-color: #B6AAA5;
}

#content {
	padding-left: 10px;
}

.even
{
	background-color: #B7AAA2;
	
}

.old
{
	background-color: #AEA097;
}

ul {
	margin-left: 15px;
	padding-left: 15px;
}

li {
	padding: 3px;
}