.title {
	font-family: Verdana,Arial,Helvetica;
	font-size: 12pt;
	color: #EFD8B3;
	text-align: center;
	background-color:#9F7865;
	font-weight: bold;
}
.menu-table {
	cursor: hand;
	border-collapse: collapse;
	border-color: #51190C;
	border-style: solid;
	border-width: 3px;
}
.menu-cell {
	font-family: Verdana,Arial,Helvetica;
	text-align: center;
	font-size: 10pt;
	color: #51190C;
	font-weight: bold;
	width: 170;
	height: 30;	
}
.txt-area {
	border-collapse: collapse;
	border-color: #51190C;
	border-style: solid;
	border-width: 1px;
}
.justNormal {
	font-family: Verdana,Arial,Helvetica;
	font-size: 10pt;
	color: #9F7865;
	text-align: justify;
	background-color:#EFD8B3;
}
.justSmall {
	font-family: Verdana,Arial,Helvetica;
	font-size: 8pt;
	color: #9F7865;
	text-align: justify;
	background-color:#EFD8B3;
}
.btnMain {
	background-color: #EFD8B3;
	text-align: center;
	font-size: 10pt;
	font-weight: bold;
	color: #9F7865;
	cursor: hand;
	border-color: #9F7865;
	border-style: solid;
	border-width: 2px;
}
.centerSmall {
	font-family: Verdana,Arial,Helvetica;
	font-size: 8pt;
	color: #9F7865;
	text-align: center;
	background-color:#EFD8B3;
}