BODY {
	PADDING-RIGHT: 0px; MIN-WIDTH: 750px; PADDING-LEFT: 0px; FONT-SIZE: 75%; BACKGROUND: white; PADDING-BOTTOM: 0px; MARGIN: 0px; COLOR: #000000; LINE-HEIGHT: 150%; PADDING-TOP: 0px; FONT-FAMILY: Tahoma, Arial, Helvetica, Sans-Serif
}

.panel {
	BORDER-RIGHT: #dad7cf 1px solid; BORDER-TOP: #dad7cf 1px solid; BACKGROUND: url(bg_panel.png) #f3f1ee repeat-x left top; BORDER-LEFT: #dad7cf 1px solid; BORDER-BOTTOM: #dad7cf 1px solid;
	margin:5px 10px 0 10px; padding-top:5px;
}

H4 {
	FONT-SIZE: 100%; MARGIN: 0px 0px 10px; COLOR: #756a4f
}
.shadowStrip{
	height: 4px;
	margin:0 10px 5px 10px;
	font-size: 1%;
	line-height: 1%;
	background: url('bg_shadow.png');
}

.list{
	overflow-y: auto;
	margin-bottom:5px;
}
.list a,
.list a:visited{
	display: block;
	white-space: nowrap;
	padding: 2px 2px 2px 12px;
	margin-right: 3px;
	background: transparent url(dot.gif) 4px 50% no-repeat;
	
	text-decoration: none;
}
* html .list a,
* html .list a:visited{
}
.list a:hover{
	color: #669900;
	background: #FCFBFA url(dot.gif) 4px 50% no-repeat;
}
