body {
	font-family: Tahoma, Georgia, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: black;
	background-color: black;
}
A:link {  
	TEXT-DECORATION: underline ;
	color: black;
} 
A:hover { 
	TEXT-DECORATION: underline;
	BACKGROUND-COLOR: #cccccc; 
	color: black;
}
A:visited {
	TEXT-DECORATION: underline;
	color: black;
}
p, td {
	 font-family: Tahoma, Georgia, Arial, Helvetica, sans-serif;
	 font-size: 10pt;
	 color: black;
}
.pageheader {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12pt;
        color: darkred;
        font-weight: bold;
        margin-top: 5;
        margin-bottom: 1;
        margin-left: 0;
}
.sidenav {
		font-family: Tahoma, Georgia, Arial, Helvetica, sans-serif;
        font-size: 9pt;
        color: black;
        font-weight: bold;
}
.sidenav A{
		font-family: Tahoma, Georgia, Arial, Helvetica, sans-serif;
        font-size: 9pt;
        color: black;
        font-weight: bold;
}
.subheader {
	 font-family: Tahoma, Georgia, Arial, Helvetica, sans-serif;
        font-size: 10pt;
        color: black;
        font-weight: bold;
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 0;
}



.copyrightbottom { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #DFC48D;
}
.copyrightbottom A:link {
	color: #DFC48D;
    TEXT-DECORATION: none;
}
.copyrightbottom A:visited {
	color: #DFC48D;
	TEXT-DECORATION: none;
}
.copyrightbottom A:hover {
	color: black;
    TEXT-DECORATION: none;
	BACKGROUND-COLOR: none;
}