body, table, th, td, a {
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
body {
   background: #7b7b7b url("/images/bg.gif") repeat;
   color: #000000;
   text-align: center;
}
a:link, a:visited {
   color: #828282;
   text-decoration: none;
}
a:active, a:hover {
   color: #000000;
   text-decoration: none;
   
}
p {
text-align: justify;
text-indent: 20px;
font-family: 'Courier new', Times, serif;
}
img {
   border: none;
}
table {
   border: none;
   border-collapse: collapse;
   margin-left: auto;
   margin-right: auto;
}
table.container {
   background: transparent;
}
table.outertable {
   border: 1px solid #353535;
}
th.header {
   background: url(header.png);
   color: #BFBFBF;
   font-size: 22px;
   font-weight: bold;
   height: 45px;
   padding: 0 10px 0 10px;
   vertical-align: middle;
   text-align: left;
}
td.secheader {
   background: #BFBFBF;
   border-bottom: 1px solid #A6A6A6;
   color: #828282;
   font-size: 16px;
   font-weight: bold;
   padding: 5px 10px 5px 10px;
   text-align: left;
}
td.content {
   padding: 10px;
   vertical-align: middle;
   font-size: 12px;
}
td.thumbs {
   color: #000000;
   font-size: 10px;
   width: 10em;
   vertical-align: baseline;
   padding: 10px 5px 5px 5px;
   text-align: center;
}
td.thumbs a img { 
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity: 0.8;
}
td.thumbs a:hover img { 
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity: 1;
}
td.navi {
   background: #BFBFBF;
   border-bottom: 1px solid #A6A6A6;
   color: #828282;
   font-size: 12px;
   padding: 5px;
}
td.desc {
   background: #BFBFBF;
   border-top: 1px solid #A6A6A6;
   color: #000000;
   font-size: 12px;
   padding: 5px;
   text-align: center;
}
td.footer {
   background: #4A4A4A;
   color: #808080;
   font-size: 10px;
   padding: 10px;
}
#toplayer {
background: #7b7b7b url("/images/bg.gif") repeat;
}
/* */
/* Styles for the tree. */
/* */
SPAN.TreeviewSpanArea A {
font-size: 10pt; font-family: verdana,helvetica; text-decoration: none;
color: #000000;
}
SPAN.TreeviewSpanArea A:visited {
color: #000000;
}
SPAN.TreeviewSpanArea A:hover {
color: '#820082';
}