body {
  background: #FFFFFF;
  color: black;
  font-family : Arial, Helvetica, sans-serif;
  font-size : 9pt;
}

a:link {
  color: #0000FF;
}

a:visited {
  color:#FF0000;
}

a:active {
  color: #0000FF;
}

th {
  background-color : #46796B;
  color: #EAFFEA;
  font-family : Arial, Helvetica, sans-serif;
  font-size : 9pt;
  font-weight: bold;
}

td {
  background-color : #FFFFFF;
  color : #000000;
  font-family : Arial, Helvetica, sans-serif;
  font-size : 8pt;
}

input {
  color: black;
  font-family : Arial, Helvetica, sans-serif;
  font-size : 9pt;
}

.bgtd{
  background-color : #004040}

 .bgdata{
 background-color : #CCF0CC;
}
  
.title{
  font-family : Arial, Helvetica, sans-serif;
  font-size : 10pt;
  font-weight : bold;
  color : #8D0000;
}

.colsheader{
  font-family : Arial, Helvetica, sans-serif;
  background-color : #FFF3DC;
  font-size : 8pt;
  font-weight : bold;
  color : black;
}

.descr{
  font-family : Arial, Helvetica, sans-serif;
  font-size : 8pt;
  font-weight : bold;
  color : #8D0000
}

.label {
  font-family : Arial, Helvetica, sans-serif;
  font-size : 8pt;
  font-weight : bold;
  color : #000000
}

.data {
  font-family : Arial, Helvetica, sans-serif;
  font-size :  8pt;
  font-weight: lighter
}

.footer {
  font-family : Arial, Helvetica, sans-serif;
  font-size : 8pt;
  color : #888888;
  text-align : center;
}

.shade {
  background-color : #CCCCCC;
}

.fixeddata {
  font-family : Courier New, Courier;
  font-size : 9pt;
  font-weight: lighter
}

.headlines {
  color : #000000;
  font-family : Arial, Helvetica, sans-serif;
  font-size :  9pt;
  font-weight : bold;
}

.seperator {
  background-color : #000000;
}

.evenrow {
  background-color : #FFF3DC;
}

.cols {
	background-color : #EAFFFD;
}
.redfont {
  color : #FF0000;
}

.profilelbl {
  background-color : #0082BF;
  color : #FFFFFF;
}

.highlight {
  background-color : #ebf0f0;
}

.current {
  background-color : #FEFFF4;
}

.bgtxt {
  background-color : #E8E8E8;
}


.eframebg {
	background-color : #b4cbd6;
}
	
.iframebg {
	background-color : #336699;
}

.white {
	background-color: Window;
}

.tblborder{
	border-left: none;
	border-right: none;
	border: thin;
	border-left-color: Window;
}