body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-size: 12px;
	background-color: #FFFFCC;
	background-image: url(images/bck.gif);
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}
.menu {
	text-align: left;
	vertical-align: top;
	width: 140px;
	border: 0px solid #993300;
}
.menu a{
	display: block;
	text-align: left;
	padding: 3px 0px 3px 5px;
	text-decoration: none;
	color: #993300;
	background: #F9FABE;
	border-bottom-style: dashed;
	border-right-style: none;
	width: 135px;
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 6px;
	border-top-style: none;
	border-left-style: solid;
	border-bottom-color: #993300;
	font-style: normal;
	border-left-color: #FFCC66;
}
.menu a:hover{
	border-left-color: #CC0000;
}
.content {
	padding-left: 15px;
	text-align: left;
	vertical-align: top;
	width: 640px;
}
.content a{
	color: #000000;
	text-decoration: none;
}
.content li{
	padding-top: 5px;
	padding-bottom: 5px;
}
