body {
  background: white;
  padding:0;
  margin:0;
}
a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:none;
	color:#006600;
}
a:link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:none;
	color:#006600;
}
a:hover {
	color:#333333;
}	
div.shadow {
  padding: 0 1px;
  background: #bfbfbf;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  position: relative;
  width:800px;
  margin-left:auto;
  margin-right:auto;
}
div.shadow table{
  padding: 5px 5px 9px 5px;
  background: white url(../images/shad_bottom.png) repeat-x bottom left;
}
div.shadow div.bottomleft {
  width: 4px;
  height: 4px;
  background: url(../images/shad_blcorner.png) no-repeat bottom left;
  position: absolute;
  bottom: 0px;
  left: -1px;
}

div.shadow div.bottomright {
  width: 4px;
  height: 4px;
  background: url(../images/shad_brcorner.png) no-repeat bottom right;
  position: absolute;
  bottom: 0px;
  right: -1px;
}
div.dropShadow {
  padding: 0 1px;
  background: #bfbfbf;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  position: relative;
  width:800px;
  margin-left:auto;
  margin-right:auto;
}
div.dropShadow table{
  padding: 0px 2px 0px 10px;
  background: white;
  width:800px;
  height:auto; 
}
.footer {
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
	padding:5px;
}
.header {
	height:40px;
    background: url(../images/header.gif) repeat-x;	
}
.blTemplate {background: url(../images/blTemplate.gif) 0 100% no-repeat #FCF8CC; width: 780px;}
.brTemplate {background: url(../images/brTemplate.gif) 100% 100% no-repeat; padding-bottom:5px;}
.tlTemplate {background: url(../images/tl.gif) 0 0 no-repeat #FCF8CC; width: 780px;}
.trTemplate {background: url(../images/tr.gif) 100% 0 no-repeat; padding-top:5px;}
.divCenter {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
	text-align:justify;
	padding:0 10px 0 10px;
}
.divPad {	
	padding:5px 0 0 0;
}

.dtree {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	white-space: nowrap;
}
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a {
	color: #333;
	text-decoration: none;
}
.dtree a.node, .dtree a.nodeSel {
	white-space: wrap;
	padding: 1px 2px 1px 2px;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: #000000;
	text-decoration: underline;
}
.dtree a.nodeSel {
	background-color: #c0d2ec;
}
.dtree .clip {
	overflow: hidden;
}
.headingCredits {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	background-color:#33CC66;
	color:#fff;
	height:15px;
	padding:2px 0 2px 0;
}
.credits{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:center;
	color:#000;
	height:15px;
	padding:2px 0 2px 0;
}