FONT { font-family:"arial"; font-size:10pt; color:Black; }
TABLE { font-family:"arial"; font-size:10pt; color:Black; }
FONT.HI { font-family:"arial"; font-size:10pt; color:Red; }
FONT.LO { font-family:"arial"; font-size:10pt; color:#008000; }
H1 { font-family:"arial"; color: Black; font-size:12pt; }
H2 { font-family:"arial"; color: Black; font-size:14pt; }
H3 { font-family:"arial"; color: Black; font-size:12pt; }
H4 { font-family:"arial"; color: Black; font-size:8pt; }

ul#navlist
{
margin-left: 0;
margin-top: 52;
padding-left: 10;
white-space: nowrap;
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a { padding: 3px 10px; }

#navlist a:link, #navlist a:visited
{
color: #fff;
background-color: #AB8967;
text-decoration: none;
}

#navlist a:hover
{
color: #000000;
background-color: #F7BB81;
text-decoration: none;
}

.scroll {
height: 245px;
width: 360px;
overflow: auto;
border: #AB8967; 
border-style: solid;
border-top-width: thin; 
border-right-width: thin; 
border-bottom-width: thin; 
border-left-width: thin;
background-color: #ffffff;
padding: 4px;}


A:link {FONT-WEIGHT: bold; FONT-SIZE: 10pt; COLOR: 008000; FONT-STYLE: normal; font-family:arial; }
A:visited {FONT-WEIGHT: bold; FONT-SIZE: 10pt; COLOR: FF0000; FONT-STYLE: normal; font-family:arial; }
A:hover {FONT-WEIGHT: bold; FONT-SIZE: 10pt; COLOR: 004000; FONT-STYLE: normal; font-family:arial; text-decoration: none; }