	body {
		margin-left: 0px;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		background-color: #FFFFFF;
		font-size: 14px;
	}
	body,td,th {
		color: #934b4e;
	}
	a	{
		color: #934b4e;
		text-decoration: underline;
		border: none;
	}
	img	{
		border: none;
	}
	.showimg	{
		position: absolute;
	}
	h1, h2, h3, h4, h5, h6	{
		color: #934b4e;
		padding-bottom: 4px;
		font-family: Book Antiqua, Georgia;
	}
	#idList {
		margin: 0;
		padding: 0;
	}
	#idList li {
		font-size: 12px;
		font-family: Book Antiqua;
		font-weight: bold;
		width: 160px;
		display: block;
		margin: 0px;
		margin-top: 1px;
		margin-bottom: 0px;
		margin-left: 4px;
		margin-right: 4px;
		padding: 3px;
		background: #fffdf8;
		color: #934b4e;
		cursor: pointer;
		text-align: left;
		letter-spacing: 1px;
		text-transform: capitalize;
	}
	#idList div {
		margin: 0;
		padding: 0;
		background: #fff;
	}

	.tool-tip {
		text-align: center;
		font-weight: bold;
		color: #934b4e;
		width: 140px;
		z-index: 13000;
	}
 
	.tool-title {
		font-weight: bold;
		font-size: 11px;
		margin: 0;
		color: #934b4e;
		padding: 8px 8px 4px;
		background: url(gfx/bubble.gif) top left;
	}
 
	.tool-text {
		font-size: 0px;
		padding: 4px 8px 8px;
		background: url(gfx/bubble.gif) bottom right;
	}
