body
{ 
  	font-family: verdana; color: #808080;
	font-size: 8pt;
	line-height: 12pt;
	color: #aaa;
	background: black;
	margin-top: 16px;
 }
p, 
td,
div,
a
  {
  	font-family: verdana; color: #808080;
	font-size: 8pt;
	line-height: 12pt;
  }
a:link, 
a:visited 
{
	color: #808080; 
	text-decoration: none;
}

a:active, 
a:hover 
{
	color: white; 
	text-decoration: none;
}
  
a.CurrentFolder
 { 
 	color: white;
  } 
  .report_table {border: 1px solid black;}
  .report_heading {background-color: #408040; color: white; font-weight: bold; border-bottom: 1px ridge black;}
  .report_row {border-bottom: 1px solid #CCCCCC; color: black;}
  .report_total {border-top: 1px solid #404040; color: black}

.PictureGallery {float: left;clear: both;width: 100%;}
.PictureGallery ul {list-style-type : none; padding: 1em; margin: 1em;}
.PictureGallery ul li {float: left; display: block;background: black; margin: 6px 10px; height: 150px;}
.PictureGallery ul li a {padding: 0px; margin: 0px; height: 150px; width: 150px;}
.PictureGallery ul li a img {}
