
A {

	text-decoration:none;
	color:#0D7433;

}



A:hover {

	color:#000;

}



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: #0047B6; 

}

LI a:active{

	 text-decoration: none;

	 color: #2F8927;

}

LI a:visited{

	 text-decoration: none;
	 color: #0D7433; 

}



LI a:hover {
	color: #000; 
	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 1em;
}
TABLE.contenttable TD, body.htmlarea-content-body table td {
   padding-left:5px;
   font-size:11px;
   border:1px solid #666;
   background-color: #FFFFFF;
}
TABLE.contenttable TH, body.htmlarea-content-body table th  {
  background-color: #B2D1B0;
  padding-left: 5px;
  padding-right: 5px;
  font-size:11px;
  border: 1px solid #666;
  color:#000;
  font-weight:bold;
  text-align:center;
}
TABLE.contenttable CAPTION, body.htmlarea-content-body table CAPTION {font-size:11px; font-weight:bold; text-align:left;}
TABLE.contenttable TH p.bodytext, body.htmlarea-content-body table p.bodytext {line-height:2em; padding-bottom:10px}
TABLE.contenttable P.bodytext, body.htmlarea-content-body table p.bodytext {
   text-align: left;
   font-size:11px;
  margin-bottom:-0.3em;
}
TABLE.contenttable TD[STYLE] P.bodytext {
   text-align: inherit;
}


