.GREEN_TABLE{
	BORDER-TOP-WIDTH: 1px;
	BORDER-LEFT-WIDTH: 1px;
	BORDER-BOTTOM-WIDTH: 1px;
	background-color : forestgreen;
	TEXT-ALIGN: center;
	BORDER-RIGHT-WIDTH: 1px;
	margin-bottom : 1px;
	margin-top : 4px;
}
.td_title2{
  background-color : darkgreen;
  color : white;
  font-size : 12pt;
  text-decoration : none;
  text-align : center;
  font-weight : bold;
  margin-top :3;
  margin-left : auto;
  margin-right : auto;
  margin-bottom : 3;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
}
A:LINK{
  color : seagreen;
  text-decoration : none;
  font-weight : nomal;
}
A:VISITED
{
  color:green;
  font-weight : nomal;
  text-decoration:none;
}
A:ACTIVE
{
  color:green;
  font-weight : nomal;
  text-decoration:none;
}
A:HOVER
{
  color:darkgreen;
  font-weight : nomal;
  text-decoration:underline;
}
P{
  margin-bottom : 10px;
  font-weight : lighter;
  color : blue;
  font-size : 11pt;
  margin-top : 1px;
}
HR{
  color : green;
}
BODY{
    background-color : white;
}
TD{
  color : darkblue;
  background-color : white;
  font-size : 11pt;
  text-decoration : none;
  text-align : left;
  margin-top : auto;
  margin-left : auto;
  margin-right : auto;
  margin-bottom : auto;
  padding-top : 1px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 1px;
}
.td_right{
  color : indigo;
  background-color : white;
  font-size : 11pt;
  text-decoration : none;
  text-align : right;
  margin-top : auto;
  margin-left : auto;
  margin-right : auto;
  margin-bottom : auto;
  padding-top : 1px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 1px;
  font-weight : bold;
}
.td_left14{
  color : darkblue;
  background-color : white;
  font-size : 14pt;
  text-decoration : none;
  text-align : left;
  margin-top : auto;
  margin-left : auto;
  margin-right : auto;
  margin-bottom : auto;
  padding-top : 1px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 1px;
  font-weight : bold;
}
.title{
	color : darkblue;
	text-align : center;
	margin-bottom : 1px;
	font-size : 24pt;
	font-weight : bold;
}
.title2{
	color : darkblue;
	text-align : center;
	margin-bottom : 5px;
	font-size : 16pt;
	font-weight : bold;
}
.subtitle{
	color : darkblue;
	text-align : center;
	margin-bottom : 1px;
	font-size : 14pt;
	font-weight : nomal;
}
.subtitle2{
	color : darkblue;
	text-align : left;
	margin-top : 12px;
	margin-bottom : 3px;
	font-size : 11pt;
}
.textmoji{
	color : cornflowerblue;
	text-align : left;
	margin-bottom : 1px;
	font-size : 10pt;
}
.linkmoji{
	color : forestgreen;
  	text-decoration : none;
  	FONT-SIZE: 9pt;
	font-weight : lighter;
}
.caution{
	color : RED;
  	text-decoration : none;
  	FONT-SIZE: 11pt;
	font-weight : bold;
	margin-bottom : 0px;
}
.comment{
	color : silver;
	text-align : center;
	margin-bottom : 1px;
	margin-top : -7px;
	font-size : 9pt;
}