body {
	margin: 0px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #E8D8AC;
}
a {
	color: #603661;
	text-decoration: none;
}
.menuTitle {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
	padding-bottom: 3px;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
a:hover {
	text-decoration: underline;
}
.mainBorder {
	border-right-width: 1px;
	border-left-width: 0px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #D7B375;
	border-left-color: #D7B375;
}

