.odd {
	background-color: #dacda7;
}

li {
	padding-top: 15px;
	margin-top: 15px;
}

.even {
	background-color: #e9dfbf;
}

.centerText {
	text-align: center;
}

.resultImg {
	height: 20px;
	width: 20px;
}

.button {
	color: rgb(0, 0, 225);
}

.main_text {
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	line-height:1.0em;
	margin-left:0px;
	margin-right:0px;
	margin-top:5px;
}

h2 {
	text-align: center;
	color: 663300;
}
.tableWidth {
	width: 100%;
}

td {
	text-align: center;
}

.buttons {
	display: none;
}

.bg_dark {
	background-color: #b9a05c;
	color: black;
	width: 90%;
}
.bg_medium {
	background-color: #e9dfbf;
	color: black;
	width: 90%;
}

.bg_light {
    background-color: #ffffff;
    color:black;
    width: 90%;
}

.header {
	color: #663300;
	text-align: center;
	background-color: b9a05c;
	font-weight: bold;
}