textarea {width:100%; border:1px solid #8e8e8e; background-color:#f3f1f1; color:#4b4b4b; font-family:arial, helvetica, verdana, sans-serif; font-size: 0.9em; padding:0.2em;}

p {
	border-left-style:dotted;
	border-right-style:dotted;
	border-left-width: thin;
	border-right-width: thin;
	border-color:#FFFFFF;
}

.section_box{
  border: 1px dotted #8e8f9d;
}

p_bottom {border-bottom-style:dotted;border-bottom-width: thin; border-color:grey;}

/*Style Sheet for all hyperlinks */
a.highlightcontent:link {color: #ff4e00; text-decoration: none; text-transform: none; }     
a.highlightcontent:visited {color: #ffa92e; text-decoration: none; text-transform: none; }  
a.highlightcontent:hover {text-decoration: none; text-transform: none; background: #CCFF00; }

/*Style Sheet for top Menu */
a.highlightcontent_m:link {color: #282828; text-decoration: none; text-transform: none; }     
a.highlightcontent_m:visited {color: #4e4e4e; text-decoration: none; text-transform: none; }     
a.highlightcontent_m:hover {color: #ff003a;text-decoration: none; text-transform: none; 
}

/*Style Sheet for black text/underline hover */
a.highlightcontent_black:link {color: #ae4f00; ; text-transform: none;text-decoration: none;
}     
a.highlightcontent_black:visited {color: #904000; text-transform: none;text-decoration: none; }  
a.highlightcontent_black:hover {text-decoration: underline;
	color: #ff7300;
}

/*Style Sheet for highlight */
a.highlightcontent_high:link {color: #3366CC; text-transform: none; text-decoration: none;}
a.highlightcontent_high:visited {color: #3366CC; text-transform: none;text-decoration: none;
}    
a.highlightcontent_high:hover {color: #3366CC;text-decoration: underline; }

/* custom table with dotted border on 4 sides */
table.line {
	border-width: thin;
	border-style: dotted;
	border-color: gray;
	}
table.line th {
	border-width: thin;
	border-color: #b4b4b4;
	background-color: #EFEFEF;
	}
table.line td {
	background-color: #e8e8e8;
	border: thin none gray;
}

/* custom table with dotted border on 4 sides */
table.line2 {
	border-width: medium;
	border-style: dotted;
	border-color: gray;
	}
table.line2 th {
	border-width: medium;
	border-color: #b4b4b4;
	background-color: #EFEFEF;
	}
table.line2 td {
	background-color: #e8e8e8;
	border: medium none gray;
}