body {
	font-family: verdana, arial;
	background: rgb(255, 255, 240);
	/*background: rgb(255, 255, 224);*/
	/*background: rgb(245, 245, 245);*/
	margin-top: 0px;
	margin-left: 0px;
}

ul {
	list-style-type: square;
}

table {
	font-size: 10pt;
}

table.header {
	width: 100%;
	background: rgb(206, 206, 156);
}

table.navigation {
	width: 150px;
	background: rgb(206, 206, 156);	
}

table.workspace {
	width: 100%;
}

table.footer {
	width: 100%;
	font-size: 8pt;
	background: rgb(206, 206, 156);
}

td.category {
	border-style: solid;
	border-width: 1px;
	padding: 4pt;
	letter-spacing: 2pt;
	font-weight: bold;
	border-color: rgb(144, 45, 39);
}

td.subcategory {
	text-align: right;
}

td.workspaceItemImage {
	padding-bottom: 30px;
	padding-right: 10px;
	text-align: center;
}

td.workspaceItemDescription {
	vertical-align: top;	
	text-align: left;
	width: 70%;
}

div.workspaceItemName {
	background: rgb(144, 45, 39);
	color: rgb(255, 255, 255);
	text-align: center;
	letter-spacing: 2pt;
	font-weight: bold;
}

#tdHeader {
	text-align: center;
}

#tdFooter {
	text-align: center;
}

#tdNavigationTableCapsulate {
	vertical-align: top;
	text-align: left;
	background: rgb(206, 206, 156);
}

#tdWorkspaceTableCapsulate {
	vertical-align: top;
	text-align: center;
	padding: 30px;
	width: 100%;
}

#tdSelectedCategory {
	background: rgb(192, 192, 192);
}

#tdSelectedSubcategory {
	background: rgb(192, 192, 192);
}