/* ----------------- GENERAL STYLES ------------------------------------ */
a:link {text-decoration: underline; color: #666666; }
a:visited {text-decoration: underline; color: #666666; }
a:active {text-decoration: underline; color: #666666; }
a:hover {text-decoration: underline; color: #999999; }


p, li, table, input, textarea, select  {
font-family: verdana, helvetica, san-serif;
font-size: 9pt;
font-weight: normal;
color: #000000;
}

table {
margin: 0;
padding: 0;
border-collapse:collapse;
border: 1px solid #000000;
}

td {
margin: 0;
padding: 5px;
border: 1px solid #000000;

}

th {
border: 1px solid #000000;
color: #666666; 
font-size: 8pt;
font-weight: normal;
background: #cccccc;
margin: 0;
padding: 5px;
text-align: left;
}

ul {
list-style-type: disc;
}

img {
border: none;
}

h1 {
margin-top: 20px;
margin-bottom: 2px;
font-family: Garamond;
font-weight: bold;
font-size: 14pt;
color: #666666;
}

h2 {
font-family: Garamond;
font-weight: bold;
font-size: 12pt;
color: #999999;
}

h3 {
font-weight: bold;
color: #999999;
font-size: 9pt;
  }

h4 {
margin-top: 2px;
margin-bottom: 2px;
font-weight: normal;
font-style: italic;
font-size: 9pt;
color: #666666;
}

#footnotes li, #references p{
font-size: 8pt;
font-style: italic;
}

#references li {
list-style-type: none;
font-size: 8pt;
font-style: italic;
}

.urldetails {
font-size: 7pt;
}


/* ----------------- POSITIONING DIVS ------------------------------------ */


#contentarea {
background-color: #FFFFFF;
}

#masthead {
display: none;
}

#menu {
display: none;
}


#features {
display: none;
}



#footer {
display: none;
}

