
A {

	text-decoration:none;

	color:#0D7433;

}

/*

A:visited {

	color:#0D7433;

}

*/

A:hover {

	color:#2F8927;

}



p {

	/*margin-bottom:16px;*/

}





p.TITLE1 {

	font-size:19px;

        line-height:110%;

	font-weight:bold;

	color:#0D7433;

	margin-bottom:0.6em;

}



p.TITLE2 {

	font-size:16px;

	font-weight:bold;

        line-height:200%;

	color:#0D7433;

}



p.TITLE3 {

	font-size:14px;

	font-weight:bold;

	color:#0D7433;

}



.text,.text_small,p.text_small, span.text_small, {

	font-size: 13px;

    line-height:123%;

	font-weight:normal;

	left:0;

	margin-top:0.6em;

}

p.text_small, span.text_small, .text_small

{

font-size:9px;

}





LI.bulleted_link {

	color:#0047B6;

	line-height:161%;

}



LI.bulleted_link a  {

	 text-decoration: none;

	 color: #0D7433; 

}

LI a:active{

	 text-decoration: none;

	 color:#0D7433; 

}

LI a:visited{

	 text-decoration: none;

	 color: #0D7433; /* grey cool 7*/

}



LI a:hover {

	color: #000; /*green 363*/

	text-decoration: none;

}



.align-right {text-align:right;}

.align-left {text-align:left;}

.align-center {text-align:center;}

.align-justify {text-align:justify;}

img.align-right { float:right; margin: 0 0 5px 5px; }

img.align-left { float:left; margin: 0 5px 5px 0; }


/* TABLE - HTML Area */
TABLE.contenttable, body.htmlarea-content-body table {
    border: 1px solid #666;
   padding: 5px;
   border-collapse: collapse;
  /* margin: 1.2em 1.2em 1.2em 1.2em;*/
  margin-left:0.9em;
  margin-right:0.9em;
}
TABLE.contenttable TD, body.htmlarea-content-body table td {
   padding:0.7em;
   border:1px solid #666;
   font-size:11px;
   background-color: #FFFFFF;
}
TABLE.contenttable TH, body.htmlarea-content-body table th  {
  background-color: #43953F;
  padding: 1px;
  border: 1px solid #666;
  font-size:11px;
  color:#FFF;
  font-weight:bold;
  text-align:center;
}
TABLE.contenttable P.bodytext, body.htmlarea-content-body table p.bodytext {
   text-align: left;
   font-size:11px;
}
TABLE.contenttable CAPTION, body.htmlarea-content-body table CAPTION {font-size:11px; font-weight:bold; text-align:left;}
TABLE.contenttable TD[STYLE] P.bodytext {
   text-align: inherit;
}

TABLE.contenttable tr td {padding:0px;} 