a:link    {color:#9a2307; text-decoration:none}
a:visited {color:#9a2307; text-decoration:none}
a:active  {color:#9a2307; text-decoration:none}
a:hover   {color:#0000FF; text-decoration:underline}

table 
{
font-family: Arial; 
font-size: 10pt; 
font-weight: normal; 
font-variant: normal; 
font-style: normal; 
color: #000000; 
margin-left:0px; 
}

p.11
table 
{
font-family: Arial; 
font-size: 11pt; 
font-weight: normal; 
font-variant: normal; 
font-style: normal; 
color: #000000; 
margin-left:0px; 
}

.scroller 
	{
	overflow-y: hidden;
	}
	
.transparent 
    {
    filter:alpha(opacity=95);
    background-color:#dedad5;
    display:none;
    width:500;
    height:40;
    position:absolute;
    left:100px;
    top:150px;    
    color: black;
    border: 1px solid black;
    z-index:2000;
    padding: 2px;
    }
   
.fadeshow1
    {
    background-color:#cdab7d;
    }