body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #000055;
  background-color: #EEEEEE;
  text-align: left;
}

a:link{color: #0000FF}
a:visited{color: #000055}
a:active{color: #FF0000}
h1{font-size:16pt;text-align:center;}
h2{font-size:14pt;text-align:center;}
h3{font-size:12pt;text-align:center;}
table.red{background-color:#FF0000;}
table.green{background-color:#008800;}
table.blue{background-color:#0000CC;}
table.yellow{background-color:#EECC00;}
table.purple{background-color:#AA00AA;}
table.grey{background-color:#DDDDDD;}
tr.info{background-color:#CCDDFF;}
tr.white{background-color:#FFFFFF;}
tr.lblue{background-color:#EEEEFF;}
tr.lblue2{background-color:#DDDDFF;}
tr.blue{background-color:#0000CC;}
tr.lgrey{background-color:#EEEEEE;}
tr.grey{background-color:#DDDDDD;}
tr.lyellow{background-color:#FFFFEE;}
tr.lpurple{background-color:#FFEEFF;}
td{font-size:10pt;}
td.white{background-color:#FFFFFF;}
td.lgrey{background-color:#EEEEEE;}
div{font-size:10pt;}
div.head{font-size:12pt;text-align:center;font-weight:bold;}
div.headmini{text-align:center;font-weight:bold;}
div.foot{font-size:8pt;text-align:center;}
div.counter{font-size:8pt;text-align:right;}
div.mini{font-size:8pt;}
div.item-l{text-align:left;font-weight:bold;}
div.item-r{text-align:right;font-weight:bold;}
div.item-c{text-align:center;font-weight:bold;}
p.mini{font-size:8pt;}

.report {
  width: 600px;
  text-align: left;
}
.report img {
  margin: 0px 10px 0px 10px;
  border: 1px solid #AAAACC;
}
.report p {
  font-size: 11pt;
  line-height: 170%;
}
.report .legend {
  font-size: 8pt;
  white-space: nowrap;
}
.report .intro {
  font-size: 10pt;
  font-weight: bold;
  padding: 5px;
  border: 1px solid #333366;
}

.report .block {
  margin: 25px 0 25px 0;
  border-top: 1px solid #333366;
  padding-top: 15px;
  clear: both;
}

.report .block img {
  margin-bottom: 25px;
  clear: both;
}


