TD{
  background-color : white;
  font-size : 10pt;
  color : darkslateblue;
  text-decoration : none;
  margin-top : auto;
  margin-left : auto;
  margin-right : auto;
  margin-bottom : auto;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
}
A:LINK{
  color : green;
  text-decoration : none;
  font-weight : lighter;
  line-height : 18px;
}
A:VISITED
{
  color : green;
  text-decoration : none;
  font-weight : lighter;
  line-height : 18px;
}
A:ACTIVE
{
  color : green;
  text-decoration : none;
  font-weight : lighter;
  line-height : 18px;
}
A:HOVER
{
  color:darkgreen;
  font-weight : nomal;
  line-height : 18px;
  text-decoration:underline;
}


.title{
	color : darkblue;
	text-align : center;
	margin-bottom : 1px;
	font-size : 12pt;
	font-weight : bold;
}
.text12b{
	color : darkblue;
	text-align : left;
	margin-bottom : 1px;
	font-size : 12pt;
	font-weight : bold;
  line-height : 18px;
}
.text12c{
	color : darkblue;
	text-align : center;
	margin-bottom : 1px;
	font-size : 12pt;
  font-weight : lighter;
  line-height : 18px;
}
.text12{
	color : darkblue;
	text-align : left;
	margin-bottom : 1px;
	font-size : 12pt;
  font-weight : lighter;
  line-height : 18px;
}
.text11{
	color : darkblue;
	text-align : left;
	margin-top : 10px;
	margin-bottom : 3px;
	font-size : 11pt;
  font-weight : lighter;
  line-height : 12px;
}
.text10{
	color : darkblue;
	text-align : left;
	margin-top : 10px;
	margin-bottom : 3px;
	font-size : 10pt;
  font-weight : lighter;
  line-height : 12px;
}
.text09{
	color : darkblue;
	text-align : center;
	margin-top : 10px;
	margin-bottom : 3px;
	font-size : 10pt;
  font-weight : lighter;
}
BODY{
    background-color : white;
}
HR{
  color : green;
}