/* CSS Document */

body {
  font-size: 10pt;
  color: #666666;
  background-color:#ffffff;
  background-image :url("img/background.gif");
  background-repeat:repeat-y;
  background-attachment: fixed;
  }

tr,td,th {
  font-size: 10pt;
  color: #666666;
  line-height:12pt;
}

h1 {
  font-size: 10pt;
  color: #666666;
}


a:link {
  text-decoration:none;
  color: #ff9933;
}
a:visited {
  text-decoration:none;
  color: #999999;
}
a:active {
  text-decoration:none;
  color: #ffcc66;
}
a:hover {
  text-decoration:underline;
  color: #ffcc66;
}

.linkgray a:link{ color:#666666;}
.linkgray a:visited{ color:#666666;}
.linkgray a:hover{ color:#333333;text-decoration:underline;}


.table-style {
	background-color: #FFFFFF;
}

.type1 {
  color: #245329;
}
.type2 {
  color: #999966;
}
.type3 {
  color: #66CCCC;
}
.type4 {
  color: #FF6699;
}
.type5 {
  color: #3399CC;
  font-weight:bold;
  font-size:16px;
  line-height:20px;
}
.type6 {
  color: #C1BDA0;
  font-size:9pt;
}
.type7 {
  color: #84B750;
  text-decoration:underline;
  font-weight:bold;
  font-size:14px;
}

.type8 {
  font-size:11pt;
  line-height:20pt;
}

.type9 {
  text-decoration:none;
  font-size: 10pt;
  color: #666666;
}

.type10 {
  font-size: 11pt;
  color: #666666;
}

.type11 {
  font-size: 9pt;
  color: #666666;
}

.cap{
      width:58px;
      margin:0px 6px 0px 0px;
      background-color:#ffffff;
}

.space{
      padding:5px;
}

