.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #99CCFF;
	border-top: thin solid #AD8659;
	border-right: thin none #AD8659;
	border-bottom: thin solid #AD8659;
	border-left: thin none #AD8659;
}
.titletext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #663300;
}
.cardtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.subtitletext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #663300;
}
.contenttext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.subheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #663300;
}
.standouttext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #525252;
}

table.contenttable {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: rgb(173, 134, 89) rgb(173, 134, 89) rgb(173, 134, 89) rgb(173, 134, 89);
	border-collapse: collapse;
	background-color: rgb(173, 134, 89);
}

table.contenttable th {
	border-width: 1px 1px 1px 1px;
	padding: 3px 3px 3px 3px;
	border-style: inset inset inset inset;
	border-color: rgb(173, 134, 89) rgb(173, 134, 89) rgb(173, 134, 89) rgb(173, 134, 89);
	background-color: rgb(99, 122, 122);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	
}

table.contenttable td {
	border-width: 1px 1px 1px 1px;
	padding: 3px 3px 3px 3px;
	border-style: inset inset inset inset;
	border-color: rgb(173, 134, 89) rgb(173, 134, 89) rgb(173, 134, 89) rgb(173, 134, 89);
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	
}
