BODY
{
    FONT-SIZE: 10pt;
    FONT-FAMILY: Arial;
}

SPAN.searchword { 
	background-color:yellow; 
}
  
a:link {
	text-decoration: underline;
	color: #003399;
}
a:visited {
	text-decoration: none;
	color: #FF3399;
}

a:hover {
	text-decoration: underline;
	color: #c10000;
}

.description{display:none}

#tablist{
position:  relative;
min-width:  820px;
height:auto;
}
#tablist ul{
	display: inline;
    margin: 2px 2px 2px 2px;
    float:inherit;
    padding: 2px 5px 3px 5px;
	border-bottom:0;
    z-index: 1;
    position: relative;
}

#tablist ul li{
margin-left: 0;
padding-left: 0px;
border: 1px 1px 0px 1px ;
display: inline;
padding:0 0 0 8px;

}

#tablist a{
float:none;
text-decoration: none;
border: 1px solid;
border-bottom: none;
border-right: none;
font-size:16px;

}

#tablist a:link, #tablist a:visited{
color: navy;
}

#tablist a:hover{
color: #000000;
background: #C1C1FF;
border-color: #227;
}

#tablist a.current{
background: #F4F4C6;
}

TEXTAREA {
font-family: arial, verdana, ms sans serif;
font-weight: normal
} 

