body {
	background-color: #FFFFFF;
	height: 100%;
	min-height: 100%;
	overflow: auto;
/*
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	margin-bottom : 0px;
*/
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	color: black;
}

table {
	text-align: left;
	border-spacing: 0px 1px;
	font-size: 13px;
	color: black;
}

table.bar {
	border-spacing: 0px 0px;
	width: 375px;
}

td {
	background-image: none;
}

tr.bar {
	position: relative;
	background-repeat: no-repeat;
	text-indent: 5px;
}

tr.t {
	background-color: #CCCCCC;
	text-indent: 5px;
}

tr.th {
	background-color: #848484;
	text-indent: 5px;
	color: white;
}

th.t {
	background-color: #848484;
	text-indent: 5px;
	color: white;
}
	

div#menustripe {
	display: block;
	margin: 0px;
	width: 780px;
	height: 20px;
	background-color: #8aad5e;
	color: white;
	font-weight: bold;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-indent: 10px;
}

