.list
{
font-size: 10pt;
background-color: #ffffff;
border-right: thin ridge;
border-top: thin ridge;
border-left: thin ridge;
border-bottom: thin ridge;
}

.list A
{
color:#000000;
}

.list A:hover
{
color:#0000FF;
}

.list .high
{
// background-color: #718630;
background-color: #ffffff;
font-size: 10pt;
}


.list .high TD
{
//background-color: #718630;
//color: #D5EE8A;
background-color: #ffffff;
font-size: 10pt;
color: #000000;
font-family:Arial, Helvetica, sans-serif;
}
			
.list .low
{
background-color: #EEEEEE;
font-size: 10pt;
}
			    
.list .low TD
{
background-color: #EEEEEE;
font-size: 10pt;
color: #000000;
font-family:Arial, Helvetica, sans-serif;
}

.list .listhead 
{
background-color: #815636;
font-weight: bolder;
color: black;
font-stretch:expanded;
text-align:right;
}


.list .err
{
color: #ffffff;
background-color: #990000;
font-size: 10pt;
}

.list .err TD
{
color: #ffffff;
background-color: #990000;
font-size: 10pt;
}

.list .head
{
font-size: 14pt;
color: white;
font-family: Arial;
background-color: #815636;
margin-bottom: 2px;
margin-left: 5px;
margin-right: 5px;
}

.list .smallhead
{
font-size: 12pt;
color: white;
font-family: Arial;
background-color: #9C6842;
margin-top:0px;
}

.list .pricehead
{
font-size: 12pt;
background-color: #415B2C;
color: white;
align: center;
}

.list .head TD
{
font-size: 14pt;
font-family: Arial;
}
			
.list .bottom_withline
{
border-top:thin;
border-top-style:solid;
}			
.list .bottom
{
font-size: 14pt;
color: white;
font-family: Arial;
background-color: #815636;
margin-bottom: 5px;
margin-left: 5px;
margin-right: 5px;
}


.list .top
{
font-size: 14pt;
color: #B4DD35;
font-family: Arial;
background-color: #415B2C;
margin-top: 5px;
margin-left: 5px;
margin-right: 5px;
}


.list .name
{
font-size: 10pt;
}

.list .price
{
font-size: 10pt;
font-family: 'Courier New' , Monospace;
}

.list .source
{
font-size: 10pt;
}

.list .total
{
font-size: 14pt;
color: white;
font-family: Arial;
background-color: #815636;
}


.list .total .figure
{
font-size: 14pt;
color: #415B2C;
font-family: 'Courier New' , Monospace;
background-color: #B4DD35;
}