
    /* Content Styles
    -------------------------------------------------------------------------*/
#content h1, #content h2, #content h3, #content b, #content strong {
  font-weight: bold;
}

#content h1, #content h2, #content h3 {
  padding-bottom: 10px;
}

#content em, #content i {
  font-style: italic;
}

#content h1{	
	font-size:20px;
	font-weight:normal;
	color:#00854c;
}

#content h2{
	font-size:16px;	
	color:#00854c;
}

#content p{
	font-size:12px;
	text-align:justify;
}

#content a{	
	color:#00854c;
	text-decoration:none;
}

#content a:hover{	
	color:#00854c;
	text-decoration:underline;
}

#content ul{	
  padding-left: 10px;
}

/*TABLES*/

.contenttable caption {
 padding: 10px 0px;
 font-weight: bold; 
}

.contenttable .tr-even {
 background-color: #eeeeee;
}

.contenttable .tr-odd {
  background-color: #dddddd;
}

.contenttable .td-0 {
 padding: 8px 5px;
 width: 150px;
}

.contenttable .td-1 {
 padding: 8px 5px;
 width: 250px;
}

.contenttable .td-2 {
 padding: 8px 5px;
 width: 150px;
}



/*RTE preset*/
#content span.green-color{
  color:#08ae87;
}

#content p.green-color{
  color:#08ae87;
}

#content td.green-color{
  color:#08ae87;
}