body
{
	background-color: #FFFFFF;
	font-family: Tahoma, sans-serif;
        font-size: 10pt;
        color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

table, tr, td
{
	font-family: Tahoma;
        font-size: 10pt;
        color: #FFFFFF;
        background-color: #000000;
}

a:link, a:visited, a:active
{
       color: #FFFFFF;
       font-weight: normal;
       font-style: normal;
}

a:hover
{
       color: #FFFFFF;
       font-weight: bold;
       font-style: normal;
}

h1      {font-size: 32pt;}
h2      {font-size: 24pt;}
h3      {font-size: 20pt;}
h4      {font-size: 16pt;}
h5      {font-size: 14pt;}
h6      {font-size: 10pt;}

.folder
{
        cursor:default;
        display:block;
        font-size:10pt;
        font-family:Tahoma;
        font-weight:bold;
        color:white;
        padding:6 0 0 0;
}

.content
{
        display:none;
        color:white;
        padding: 0 0 0 25;
        font-size:10pt;
        font-family:Tahoma;
}

.container
{
        width:98%;
        display:block;
}