.title {
	font-size: x-large;
	color: #CCCCCC;
	background-color: #782918;
	border-bottom-style: inset;
	border-bottom-color: #C04923;
}
.buttonSmall {
	font-size: x-small;
	color: #CCCCCC;
	background-color: #782918;
	border-bottom-style: inset;
	border-bottom-color: #C04923;
	left: 5px;
	padding-left: 2px;
	padding-right: 2px;
	float: left;
}
a:link {
	text-decoration: none;
	color: #CCCCCC;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: none;
	color: #3A3734;
}
a:active {
	text-decoration: none;
}
.buttonSmallRight {
	font-size: x-small;
	color: #CCCCCC;
	background-color: #782918;
	border-bottom-style: inset;
	border-bottom-color: #C04923;
	left: 5px;
	padding-left: 2px;
	padding-right: 2px;
	float: right;
}
body,td,th {
	color: #CCCCCC;
	font-size: x-small;
	float: left;
	text-align: center;
}
.button {
	font-size: x-small;
	color: #CCCCCC;
	background-color: #984425;
	left: 5px;
	padding-left: 2px;
	padding-right: 2px;
	float: none;
	border: outset #C04923;
	font-weight: normal;
}
.buttonList {
	font-size: x-small;
	color: #CCCCCC;
	background-color: #984425;
	float: left;
	font-weight: bold;
	border-bottom-style: outset;
	border-right-style: outset;
	border-top-style: outset;
	border-left-style: outset;
	border-top-color: #C04923;
	border-right-color: #C04923;
	border-bottom-color: #C04923;
	border-left-color: #C04923;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top-width: thin;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: thin;
	margin: auto;
	vertical-align: middle;
	padding-bottom: 2px;
	cursor: hand;
}
.field {
	background-color: #D8CEC4;
	border: #984425;
}
